Starsector API
Loading...
Searching...
No Matches
AfterShipCreationSkillEffect.java
Go to the documentation of this file.
1package com.fs.starfarer.api.characters;
2
3import com.fs.starfarer.api.combat.ShipAPI;
4
11 void applyEffectsAfterShipCreation(ShipAPI ship, String id);
12 void unapplyEffectsAfterShipCreation(ShipAPI ship, String id);
13}