能量核心2补

This commit is contained in:
2025-07-23 16:54:03 +08:00
parent 596e4b596b
commit 588fff3cdd
11 changed files with 201 additions and 4 deletions

View File

@@ -0,0 +1,11 @@
using Verse;
namespace WulaFallenEmpire
{
public class WulaCaravanEnergyDef : Def
{
public float consumeThreshold = 0.9f;
public string energyItemDefName;
public string hediffDefNameToAdd;
}
}