Exemplo n.º 1
0
 public void Act()
 {
     if (--Wait == 0)
     {
         CurrentTarget.Receive(CurrentWeapon);
         CurrentTarget = null;
         CurrentWeapon = null;
     }
 }
Exemplo n.º 2
0
 public void Select(BattleActor target)
 {
     CurrentTarget = target;
 }