Starsector API
Loading...
Searching...
No Matches
FleetStatsSkillEffect.java
Go to the documentation of this file.
1package com.fs.starfarer.api.characters;
2
3import com.fs.starfarer.api.fleet.MutableFleetStatsAPI;
4
5
11public interface FleetStatsSkillEffect extends LevelBasedEffect {
12 void apply(MutableFleetStatsAPI stats, String id, float level);
13 void unapply(MutableFleetStatsAPI stats, String id);
14}
void unapply(MutableFleetStatsAPI stats, String id)
void apply(MutableFleetStatsAPI stats, String id, float level)