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