コード例 #1
0
ファイル: IronSword.cs プロジェクト: shuyunquan/Study-Demo
 public void AttackTarget(Monster monster)
 {
     //铁剑的伤害值是50
     monster.Notify(50);
 }