Пример #1
0
 public void Attack(Character attackee)
 {
     CharacterUtils.Attack(this, attackee);
 }