lewd-biotech/Source/DefOf/GeneDefOf.cs

11 lines
171 B
C#
Raw Normal View History

2023-01-04 22:00:19 +00:00
using RimWorld;
using Verse;
namespace LewdBiotech
{
[RimWorld.DefOf]
public static class GeneDefOf
{
public static GeneDef LitteredBirths;
}
}