Exemple #1
0
 public override void Move(int width, int height)
 {
     strategy = strategy.Next();
     strategy.Move();
 }