示例#1
0
 public void IncreaseHealth(int amount)
 {
     shipDefinition.IncreaseHealth(amount);
 }