feat: add working upgrade popup

This commit is contained in:
2021-11-06 16:11:13 +01:00
parent ae802b4253
commit c5289cb1b0
3 changed files with 30 additions and 4 deletions

View File

@@ -34,6 +34,7 @@ public:
std::uint32_t getLobbyTime() const { return m_LobbyTime; }
const game::Player* getPlayer() const { return m_Player; }
const WorldClient& getWorld() const { return m_WorldClient; }
Client* getClient() const { return m_Client; }
render::Renderer* getRenderer() const { return m_Renderer; }