Starsector API
Loading...
Searching...
No Matches
RoleEntryAPI.java
Go to the documentation of this file.
1package com.fs.starfarer.api.loading;
2
3public interface RoleEntryAPI {
4 String getVariantId();
5 void setWeight(float weight);
6 void setVariantId(String variantId);
7 float getWeight();
8 boolean isFighterWing();
9 float getFPCost();
10}