migrate main
This commit is contained in:
@@ -10,6 +10,7 @@ namespace client {
|
||||
class GameState : public ClientState {
|
||||
private:
|
||||
std::shared_ptr<game::World> m_World;
|
||||
// sim::ClientSimulation m_Simulation;
|
||||
|
||||
public:
|
||||
GameState(Client& a_Client, const std::shared_ptr<game::World>& a_World);
|
||||
|
||||
Reference in New Issue
Block a user