Beispiel #1
0
 public void AttackTarget(Monster monster)
 {
     //铁剑的伤害值是50
     monster.Notify(50);
 }