Example #1
0
 public void SetIdle()
 {
     if (m_anim != null)
     {
         m_anim.PlayAnim(EEntityState.Idle);
     }
 }