Ejemplo n.º 1
0
 public override void Activate()
 {
     if (tPlayer.IsInPossesion())
     {
         tPlayer.SetState(new PSWithBall());
     }
     else
     {
         tPlayer.SetState(new PSWithoutBall());
     }
 }