Summary (required)

This commit is contained in:
MarcEricMartel
2023-11-26 12:31:17 -05:00
parent 0f1a864282
commit 85ab712032
2 changed files with 7 additions and 5 deletions

View File

@@ -102,7 +102,7 @@ private:
Bullet* m_bullets[MAX_BULLETS];
std::unordered_map<uint64_t, RemotePlayer*> m_players;
std::unordered_map<uint64_t, Player*> m_players;
netprot::Buffer m_buf, m_bufout;
std::chrono::high_resolution_clock::time_point m_startTime;