Exemplo n.º 1
0
 /// <summary>
 /// Performs the behavior of the current state
 /// </summary>
 public void Act()
 {
     i_currentState.Act();
 }