Exemplo n.º 1
0
 protected virtual void Update()
 {
     if (ActiveState != null)
     {
         ActiveState.OnStateUpdate();
     }
 }