This commit is contained in:
2025-07-27 15:59:44 +08:00
parent 83422aaea8
commit d84068d6b7
10 changed files with 348 additions and 12 deletions

View File

@@ -1,6 +1,7 @@
using System;
using System.Reflection;
using HarmonyLib;
using UnityEngine;
using Verse;
namespace WulaFallenEmpire
@@ -16,5 +17,6 @@ namespace WulaFallenEmpire
Log.Message("[WulaFallenEmpire] Harmony patches applied.");
}
}
}