Starsector API
Loading...
Searching...
No Matches
FleetLogisticsAPI.java
Go to the documentation of this file.
1package com.fs.starfarer.api.fleet;
2
3import com.fs.starfarer.api.campaign.CampaignFleetAPI;
4
5
6public interface FleetLogisticsAPI {
7
13
16
17// /**
18// * How much is actually needed for all repairs to proceed at the best possible rate.
19// * @return
20// */
21 //float getMaximumRepairSupplyConsumptionPerDay();
22
23
29
34
40
41 CampaignFleetAPI getFleet();
42
44
51
52}