mirror of
https://github.com/amevarashi/RJW-Sexperience.git
synced 2024-08-14 23:54:08 +00:00
11 lines
163 B
C#
11 lines
163 B
C#
using RimWorld;
|
|
using Verse;
|
|
|
|
namespace RJWSexperienceCum
|
|
{
|
|
[DefOf]
|
|
public static class JobDefOf
|
|
{
|
|
public static readonly JobDef CleanSelfwithBucket;
|
|
}
|
|
}
|