Beispiel #1
0
 public void FixedUpdate()
 {
     if (m_currentState != null)
     {
         m_currentState.FixedUpdate();
     }
 }