Beispiel #1
0
 public West(Rover rover)
 {
     this.rover = rover;
 }
Beispiel #2
0
 public South(Rover rover)
 {
     this.rover = rover;
 }