litter-biotech/Source/DefOf/GeneDefOf.cs

11 lines
173 B
C#
Raw Normal View History

2023-01-15 10:55:51 +11:00
using RimWorld;
using Verse;
namespace LitterBiotech
{
[RimWorld.DefOf]
public static class GeneDefOf
{
public static GeneDef LitteredBirths;
}
}