コード例 #1
0
ファイル: WoodSword.cs プロジェクト: hyd309/BIDO
 public void AttackTarget(Monster monster)
 {
     monster.Notify(20);
 }