This commit is contained in:
MarcEricMartel
2023-12-13 14:06:22 -05:00
parent f509b01827
commit e31e670720
4 changed files with 12 additions and 6 deletions

View File

@@ -33,6 +33,7 @@ public:
Vector3f GetPOV() const;
std::string GetUsername() const;
float GetHP() const;
void SetHP(float hp);
void Teleport(int& x, int& z);
bool GetIsAirborne() const;