Beispiel #1
0
 //Undo is just the opposite
 public override void Undo()
 {
     moveObject.TurnLeft();
 }
 public override void Execute()
 {
     moveObject.TurnLeft();
 }