mirror of
https://gitgud.io/Ed86/rjw-cum.git
synced 2024-08-15 00:43:40 +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;
|
|
}
|
|
}
|