Ejemplo n.º 1
0
 public override void OnGUIUpdate()
 {
     if (currentState != null)
     {
         currentState.OnGUIUpdate();
     }
 }