degats dans bullet

This commit is contained in:
Jonathan Trottier
2023-10-30 14:36:44 -04:00
parent ada9330588
commit 6e75bec25c
5 changed files with 42 additions and 11 deletions

View File

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