Пример #1
0
 public void ExecuteAttack(IAttacker target)
 {
     AttackEvent.Call(new AttackEventArgs(this, target));
 }