Example #1
0
 protected virtual void Start()
 {
     if (m_gameStateMgr)
     {
         m_gameStateMgr.AssignState(this);
     }
 }