Browse Source

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

Arkady Bokov 6 years ago
parent
commit
311b2d5a4c
1 changed files with 1 additions and 0 deletions
  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();