Bonne idée.

This commit is contained in:
MarcEricMartel
2023-12-06 13:23:33 -05:00
parent 3b0f9650d4
commit 1762043757
4 changed files with 32 additions and 20 deletions

View File

@@ -40,6 +40,7 @@ public:
int getScore() const;
void addPoint();
uint64_t Killer = 0;
std::string m_username;
private:
uint64_t getId() const;
@@ -49,7 +50,6 @@ protected:
Vector3f m_velocity;
Vector3f m_direction;
std::string m_username;
uint64_t id = 0;
int m_score = 0;