This commit is contained in:
2025-08-25 12:02:20 +08:00
parent 8d58c25431
commit e249ddf292
12 changed files with 4136 additions and 289 deletions

View File

@@ -0,0 +1,12 @@
using RimWorld;
using Verse;
namespace WulaFallenEmpire
{
public class PocketMapProperties : DefModExtension
{
public IntVec2 pocketMapSize = new IntVec2(13, 13);
public MapGeneratorDef mapGenerator;
public ThingDef exitDef;
}
}