Example #1
0
 public void shooting(Gun gun)
 {
     gun_ = gun;
 }
Example #2
0
 public void close()
 {
     gun_ = null;
 }