示例#1
0
文件: WoodSword.cs 项目: hyd309/BIDO
 public void AttackTarget(Monster monster)
 {
     monster.Notify(20);
 }