rjw-genes/Source/Genes/Life_Force/HediffCompProperties_Remove...

19 lines
391 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Verse;
using RimWorld;
namespace RJW_Genes
{
public class HediffCompProperties_RemoveSubmit :HediffCompProperties
{
public HediffCompProperties_RemoveSubmit()
{
this.compClass = typeof(HediffComp_RemoveSubmit);
}
}
}