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