using Verse; namespace WulaFallenEmpire { public class ThingDefExtension_EnergySource : DefModExtension { public float energyAmount = 1.0f; // Amount of energy this item provides } }