Exemplo n.º 1
0
 public void shooting(Gun gun)
 {
     gun_ = gun;
 }
Exemplo n.º 2
0
 public void close()
 {
     gun_ = null;
 }