This commit is contained in:
MarcEricMartel
2023-12-06 15:47:14 -05:00
parent 7077b617be
commit db854c77b2
3 changed files with 8 additions and 1 deletions

View File

@@ -41,6 +41,7 @@ public:
void addPoint();
uint64_t Killer = 0;
std::string m_username;
bool m_hit = false;
private:
uint64_t getId() const;