Beispiel #1
0
 public void DoState()
 {
     m_currentState.CheckCondition(m_Data);
     m_currentState.Do(m_Data);
 }