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