Starsector API
Loading...
Searching...
No Matches
EventProgressBarAPI.java
Go to the documentation of this file.
1package com.fs.starfarer.api.ui;
2
3public interface EventProgressBarAPI extends UIPanelAPI {
4
5 float getXCoordinateForProgress(float progress);
6
7}
float getXCoordinateForProgress(float progress)