rjw-genes/Source/Genes/Life_Force/CompProperties_AbilityCockEater.cs
Shabakur a64cecbab3 CockEater gene
CockEater gene with ability and negative thoughtdef for target
2022-12-29 18:03:02 +01:00

19 lines
364 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 CompProperties_AbilityCockEater : CompProperties_AbilityEffect
{
public CompProperties_AbilityCockEater()
{
this.compClass = typeof(CompAbilityEffect_CockEater);
}
}
}