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