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