using RimWorld; using rjw; using System.Linq; using System; using System.Collections.Generic; using Verse; namespace RJW_Menstruation.Sexperience { public static class VariousDefOf { public static readonly JobDef VaginaWashingwithBucket = DefDatabase.GetNamed("VaginaWashingwithBucket"); public static readonly ThingDef GatheredCumMixture = DefDatabase.GetNamed("GatheredCumMixture"); } }