Explorar el Código

Обновить 'include/units/unit.h'

Arkady Bokov hace 6 años
padre
commit
311b2d5a4c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      include/units/unit.h

+ 1 - 0
include/units/unit.h

@@ -35,6 +35,7 @@ public:
     int getStartingActivityPoints();
 
     int getHealthPoints();
+  	void setHealthPoints(int value);
     int getMaxHealthPoints();
 
     int getMagicDefence();