Starsector API
Loading...
Searching...
No Matches
WeaponOPCostModifier.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.WeaponSpecAPI;
5
16public interface WeaponOPCostModifier {
17 int getWeaponOPCost(MutableShipStatsAPI stats, WeaponSpecAPI weapon, int currCost);
18}
int getWeaponOPCost(MutableShipStatsAPI stats, WeaponSpecAPI weapon, int currCost)