Starsector API
Loading...
Searching...
No Matches
AdmiralAIPlugin.java
Go to the documentation of this file.
1package com.fs.starfarer.api.combat;
2
3public interface AdmiralAIPlugin {
4
5 void preCombat();
6 void advance(float amount);
7
8}