mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
12 lines
443 B
C#
12 lines
443 B
C#
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");
|
|
public static readonly ThingDef CumBucket = DefDatabase<ThingDef>.GetNamed("CumBucket");
|
|
}
|
|
}
|