Beispiel #1
0
 void Update()
 {
     if (m_current_state != null)
     {
         m_current_state.StateUpdate(this);
     }
 }