feat: player health status updates HUD
This commit is contained in:
parent
7b231bd0f3
commit
e6af6557e0
3 changed files with 17 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ protected:
|
|||
public:
|
||||
void set_health(int health);
|
||||
int get_health() const;
|
||||
int get_max_health() const;
|
||||
|
||||
void damage(int amount);
|
||||
void heal(int amount);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue