rjw_menstruation/1.3/source/RJW_Menstruation/SexperienceModule/VariousDefOf.cs
moreoreganostodump c1ac806cb2 1.0.5.4
2021-08-14 00:29:43 +09:00

18 lines
441 B
C#

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<JobDef>.GetNamed("VaginaWashingwithBucket");
public static readonly ThingDef GatheredCumMixture = DefDatabase<ThingDef>.GetNamed("GatheredCumMixture");
}
}