好像这一版终于行了 修充电床

This commit is contained in:
2025-08-14 21:36:00 +08:00
parent fcd1e6b0b4
commit 11b9caacab
8 changed files with 71 additions and 63 deletions

View File

@@ -0,0 +1,13 @@
using Verse;
namespace WulaFallenEmpire
{
[StaticConstructorOnStartup]
public static class StartupLogger
{
static StartupLogger()
{
Log.Message("WulaFallenEmpire Mod DLL, version 1.0.2, has been loaded.");
}
}
}