implement toggles

This commit is contained in:
2024-06-29 14:23:21 -05:00
parent bf0421552c
commit d79b360553
3 changed files with 128 additions and 47 deletions

View File

@@ -48,6 +48,7 @@ public class Main {
public String game; //TODO for multi game support
public int loaderversion = 0; //minimum required vint or feature level from Firestar
public String author; // if null, "Author is unknown."
public boolean enabled = true;
}
// Mods