Rework everything to be less dogshit

This commit is contained in:
2025-03-17 23:46:25 +01:00
parent 179bebf188
commit 72b6f3486d
3 changed files with 205 additions and 462 deletions

View File

@@ -31,9 +31,8 @@ class Mod {
final bool isBaseGame; // Is this the base RimWorld game
final bool isExpansion; // Is this a RimWorld expansion
bool visited = false;
bool mark = false;
int position = -1;
int loadBeforeNotPlaced = 0;
int loadAfterPlaced = 0;
Mod({
required this.name,