rjw-genes/Source/Genes/Life_Force/Defs/LifeForceEmpathExtension.cs
2023-07-16 11:55:38 +02:00

19 lines
422 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Verse;
namespace RJW_Genes
{
public class LifeForceEmpathExtension : DefModExtension
{
public int tickInterval;
public int empathDistance;
public float aheagoIncrement;
public float satisfactionIncrement;
public float frustratedDecrement;
}
}