Exemplo n.º 1
0
 public void shoot(int x)
 {
     model.shoot(x);
 }
Exemplo n.º 2
0
 public void shoot()
 {
     model.shoot();
 }