整理scoure
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using Verse;
|
||||
|
||||
namespace WulaFallenEmpire
|
||||
{
|
||||
public class JobGiverDefExtension_WulaPackEnergy : DefModExtension
|
||||
{
|
||||
public float packEnergyThreshold = 0.5f; // 默认打包能量阈值
|
||||
public int packEnergyCount = 10; // 默认打包数量
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user