mirror of
https://gitgud.io/Ed86/rjw-cum.git
synced 2026-06-18 19:26:06 +00:00
11 lines
133 B
C#
11 lines
133 B
C#
using RimWorld;
|
|
using Verse;
|
|
|
|
namespace rjwcum
|
|
{
|
|
[DefOf]
|
|
public static class JobDefOf
|
|
{
|
|
public static JobDef CleanSelf;
|
|
}
|
|
}
|