Exemple #1
0
 public void UpdateState(params object[] args)
 {
     if (m_curState != null)
     {
         m_curState.OnStay(args);
     }
 }