Starsector API
Loading...
Searching...
No Matches
EveryFrameScript.java
Go to the documentation of this file.
1package com.fs.starfarer.api;
2
3public interface EveryFrameScript {
7 boolean isDone();
8
12 boolean runWhilePaused();
13
18 void advance(float amount);
19}