예제 #1
0
 public AttackTask(SelectableObject target) {
     this.Target = target;
 }
예제 #2
0
파일: Unit.cs 프로젝트: righnatios/HenryRTS
 //units may attack things!
 protected void Attack(SelectableObject so)
 {
 }