예제 #1
0
 /**
 * {@inheritDoc}
 **/
 public override void Attack(Hero target)
 {
     target.LostHP(this.Damage);
     target.PlayBloodAnimation();
 }