Beispiel #1
0
 public CommandRight()
 {
     pole = Pole.getInstance();
 }
Beispiel #2
0
 public CommandLeft()
 {
     pole = Pole.getInstance();
 }
Beispiel #3
0
 public CommandDown()
 {
     pole = Pole.getInstance();
 }
Beispiel #4
0
 public CommandUP()
 {
     pole = Pole.getInstance();
 }