示例#1
0
 public void Damage(int amount)
 {
     characterDefinition.Damage(amount);
 }