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