Starsector API
Loading...
Searching...
No Matches
SectorGenProgress.java
Go to the documentation of this file.
1package com.fs.starfarer.api.campaign;
2
3public interface SectorGenProgress {
4 void render(String text, float progress);
5}
void render(String text, float progress)