Пример #1
0
 public void RemoveShot(Shot s)
 {
     this.shots.Remove(s);
 }
Пример #2
0
 public void AddShot(Shot s)
 {
     this.shots.Add(s);
 }