整理scoure

This commit is contained in:
2025-10-31 09:57:45 +08:00
parent 9e6aa98830
commit 8fee1bcfba
103 changed files with 5547 additions and 916 deletions

View File

@@ -0,0 +1,10 @@
using Verse;
namespace WulaFallenEmpire
{
public class JobGiverDefExtension_WulaPackEnergy : DefModExtension
{
public float packEnergyThreshold = 0.5f; // 默认打包能量阈值
public int packEnergyCount = 10; // 默认打包数量
}
}