Revert "Merge branch 'discord'"
This reverts commite7b9a57723, reversing changes made to02b4aa3c91. Revert "moved rapidjson files" This reverts commitf5012f770c.
This commit is contained in:
@@ -52,7 +52,7 @@ public:
|
||||
const Team& GetTeam(TeamColor team) const { return m_Teams[static_cast<std::uint8_t>(team)]; }
|
||||
|
||||
GameState GetGameState() const { return m_GameState; }
|
||||
virtual void SetGameState(GameState gameState) { m_GameState = gameState; };
|
||||
void SetGameState(GameState gameState) { m_GameState = gameState; };
|
||||
|
||||
const World* GetWorld() const { return m_World; }
|
||||
World* GetWorld() { return m_World; }
|
||||
|
||||
Reference in New Issue
Block a user