Esempio n. 1
0
 internal void AttackAction(GridItem attackedSlot, Unit other, Attack atk)
 {
     actionsLeft -= 2;
     atk.ApplyDamage(this, attackedSlot);
 }