mirror of
https://github.com/amevarashi/RJW-Sexperience.git
synced 2024-08-14 23:54:08 +00:00
13 lines
204 B
C#
13 lines
204 B
C#
|
using RimWorld;
|
|||
|
using Verse;
|
|||
|
|
|||
|
namespace RJWSexperienceCum
|
|||
|
{
|
|||
|
[DefOf]
|
|||
|
public static class ThingDefOf
|
|||
|
{
|
|||
|
public static readonly ThingDef GatheredCum;
|
|||
|
public static readonly ThingDef CumBucket;
|
|||
|
}
|
|||
|
}
|