Rework everything again

This commit is contained in:
2025-03-18 16:51:36 +01:00
parent 43a7efa1aa
commit 1e4b4db220
4 changed files with 144 additions and 198 deletions

View File

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