コード例 #1
0
 protected void attack(Hero source, Hero target)
 {
     target.receiveAttack(source.getDamage());
 }