Beispiel #1
0
 public void RemoveTarget(Target t) {this.targets.Remove(t);}
Beispiel #2
0
 public void AddTarget(Target t) {this.targets.Add(t);}