001package com.fs.starfarer.api.campaign;
002
003public interface SectorGenProgress {
004        void render(String text, float progress);
005}