public void RemoveShot(Shot s) { this.shots.Remove(s); }
public void AddShot(Shot s) { this.shots.Add(s); }