示例#1
0
文件: Ship.cs 项目: cracksys/project
 private void ConsumeFuel()
 {
     fuelTank.RemoveFuel(FUEL_CONSUMPTION_RATE);
 }