Starsector API
Loading...
Searching...
No Matches
MissileAIPlugin.java
Go to the documentation of this file.
1package com.fs.starfarer.api.combat;
2
3
20public interface MissileAIPlugin {
25 void advance(float amount);
26}