Exemple #1
0
 public AttackTask(SelectableObject target) {
     this.Target = target;
 }
Exemple #2
0
 //units may attack things!
 protected void Attack(SelectableObject so)
 {
 }