Starsector API
Loading...
Searching...
No Matches
MineStrikeStatsAIInfoProvider.java
Go to the documentation of this file.
1package com.fs.starfarer.api.impl.combat;
2
3import com.fs.starfarer.api.combat.ShipAPI;
4
6 float getFuseTime();
7 float getMineRange(ShipAPI ship);
8 //float getMineRange();
9}