fonctionnel
This commit is contained in:
@@ -219,14 +219,14 @@ void Player::InflictDamage(float hitPoints)
|
||||
|
||||
m_hp -= hitPoints;
|
||||
|
||||
|
||||
|
||||
if (AmIDead())
|
||||
{ // Quand le joueur est mort.
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
uint64_t Player::getId() const { return id; }
|
||||
|
Reference in New Issue
Block a user