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