lewd-biotech/Source/DefOf/GeneDefOf.cs

11 lines
171 B
C#

using RimWorld;
using Verse;
namespace LewdBiotech
{
[RimWorld.DefOf]
public static class GeneDefOf
{
public static GeneDef LitteredBirths;
}
}