예제 #1
0
파일: Ship.cs 프로젝트: cracksys/project
 private void ConsumeFuel()
 {
     fuelTank.RemoveFuel(FUEL_CONSUMPTION_RATE);
 }