barre de vie

This commit is contained in:
Jonathan Trottier
2023-10-23 15:43:55 -04:00
parent 54c25e6f78
commit b943a268ae
4 changed files with 34 additions and 2 deletions

View File

@@ -26,6 +26,9 @@ public:
float GetHP() const;
void Teleport(int& x, int& z);
void InflictDamage(Player playerHit, float hitPoints);
private:
Vector3f m_position;
Vector3f m_velocity;