Bonne idée.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user