rjw-whoring/1.3/Source/Mod/DefOf/RecordDefDefOf.cs
2022-07-16 22:50:21 +03:00

12 lines
192 B
C#

using RimWorld;
using Verse;
namespace rjwwhoring
{
[DefOf]
public static class RecordDefOf
{
public static RecordDef EarnedMoneyByWhore;
public static RecordDef CountOfWhore;
}
}