Starsector API
Loading...
Searching...
No Matches
EnergyLashActivatedSystem.java
Go to the documentation of this file.
1package com.fs.starfarer.api.impl.combat.threat;
2
3import com.fs.starfarer.api.combat.ShipAPI;
4
5public interface EnergyLashActivatedSystem {
6 //public void resetAfterShipCreation(ShipAPI ship);
7
8 public void hitWithEnergyLash(ShipAPI overseer, ShipAPI ship);
9
15 public float getCurrentUsefulnessLevel(ShipAPI overseer, ShipAPI ship);
16}
float getCurrentUsefulnessLevel(ShipAPI overseer, ShipAPI ship)