Beispiel #1
0
 public bool canMoveRight()
 {
     return(!rightBox.checkHit());
 }
Beispiel #2
0
 public bool canMoveLeft()
 {
     return(!leftBox.checkHit());
 }