Starsector API
Loading...
Searching...
No Matches
Script.java
Go to the documentation of this file.
1package com.fs.starfarer.api;
2
8public interface Script {
9
15 public void run();
16}