10 lines
204 B
C#
10 lines
204 B
C#
using Verse;
|
|
|
|
namespace WulaFallenEmpire
|
|
{
|
|
public class ThingDefExtension_EnergySource : DefModExtension
|
|
{
|
|
public float energyAmount = 1.0f; // Amount of energy this item provides
|
|
}
|
|
}
|