Starsector API
Loading...
Searching...
No Matches
FighterOPCostModifier.java
Go to the documentation of this file.
1package com.fs.starfarer.api.combat.listeners;
2
3import com.fs.starfarer.api.combat.MutableShipStatsAPI;
4import com.fs.starfarer.api.loading.FighterWingSpecAPI;
5
16public interface FighterOPCostModifier {
17 int getFighterOPCost(MutableShipStatsAPI stats, FighterWingSpecAPI fighter, int currCost);
18}
int getFighterOPCost(MutableShipStatsAPI stats, FighterWingSpecAPI fighter, int currCost)