13 lines
318 B
C#
13 lines
318 B
C#
using Verse;
|
|
|
|
namespace WulaFallenEmpire
|
|
{
|
|
public class JobGiverDefExtension_WulaGetEnergy : DefModExtension
|
|
{
|
|
public float minEnergyLevelPercentage = 0.3f;
|
|
public float emergencyThreshold = 0.1f;
|
|
public float normalPriority = 5f;
|
|
public float emergencyPriority = 9.5f;
|
|
}
|
|
}
|