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