rjw-cum/1.5/Source/Mod/DefOf/JobDefOf.cs
Ed86 a4bc288b3e 1.5 support
no cum rendering
2024-05-28 13:32:15 +03:00

11 lines
133 B
C#

using RimWorld;
using Verse;
namespace rjwcum
{
[DefOf]
public static class JobDefOf
{
public static JobDef CleanSelf;
}
}