예제 #1
0
 public void RemoveShot(Shot s)
 {
     this.shots.Remove(s);
 }
예제 #2
0
 public void AddShot(Shot s)
 {
     this.shots.Add(s);
 }