Example #1
0
 // Use this for initialization
 void Start()
 {
     m_sceneStateController.setState(new StartState(m_sceneStateController), "");
 }