Exemplo n.º 1
0
 public void RemoveTarget(Target t) {this.targets.Remove(t);}
Exemplo n.º 2
0
 public void AddTarget(Target t) {this.targets.Add(t);}