Rename source folder

This commit is contained in:
amevarashi 2022-09-08 19:59:25 +05:00
parent 0a412a0060
commit a4c046a841
55 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,11 @@
using RimWorld;
using Verse;
namespace RJWSexperienceCum
{
[DefOf]
public static class JobDefOf
{
public static readonly JobDef CleanSelfwithBucket;
}
}