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