Beispiel #1
0
 public GameStateController()
 {
     m_SceneController = new SceneController();
     m_StateController = new StateController();
 }