Beispiel #1
0
 public void shoot(int x)
 {
     model.shoot(x);
 }
Beispiel #2
0
 public void shoot()
 {
     model.shoot();
 }