This commit is contained in:
2025-07-22 19:07:21 +08:00
parent 4f524845a9
commit 15494e8a8e
26 changed files with 318 additions and 963 deletions

View File

@@ -4,7 +4,6 @@ namespace WulaFallenEmpire
{
public class WorkGiverDefExtension_FeedWula : DefModExtension
{
// The ThingDef of the item to be used as energy source.
public ThingDef energySourceDef;
public float feedThreshold = 0.25f;
}
}