mirror of
https://github.com/amevarashi/RJW-Sexperience.git
synced 2024-08-14 23:54:08 +00:00
12 lines
204 B
C#
12 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;
|
|
}
|
|
}
|