Just started adding in the universe toggle.

This commit is contained in:
Olof Larsson
2013-04-25 12:18:39 +02:00
parent 8fd088e291
commit ac2c7c705c
7 changed files with 27 additions and 4 deletions

View File

@ -24,6 +24,12 @@ public class UConf extends Entity<UConf>
return UConfColls.get().get2(oid);
}
// -------------------------------------------- //
// UNIVERSE ENABLE SWITCH
// -------------------------------------------- //
public boolean enabled = true;
// -------------------------------------------- //
// SPECIAL FACTION IDS
// -------------------------------------------- //