Exemple #1
0
 public void GainAttack(AttackPtoE attack)
 {
     GetDamage(attack.damage);
     enemyCtrl.ApplyCtrl(attack);
 }