Example #1
0
 private void MachineUpdate()
 {
     if (m_PlayerCurrentState != null)
     {
         m_PlayerCurrentState.OnStateUpdate();
     }
 }