Added a new F Upgrade type!

This commit is contained in:
DroppingAnvil
2019-09-15 17:08:36 -05:00
parent f78290b63d
commit 26010c6ba2
6 changed files with 122 additions and 14 deletions

View File

@@ -23,6 +23,10 @@ import java.util.concurrent.ConcurrentHashMap;
public interface Faction extends EconomyParticipator {
double getReinforcedArmor();
void setReinforcedArmor(double percent);
int getWarpsLimit();
void setWarpsLimit(int limit);