示例#1
0
 private void Success()
 {
     hangar.IncreaseElectricityRequest();
     boat.Score += 100 * loadedBattery;
     AudioManager.singleton.PlaySfx(droneSupplyValidate);
 }