mirror of
https://gitgud.io/Ed86/rjw-whoring.git
synced 2024-08-15 00:03:25 +00:00
13 lines
192 B
C#
13 lines
192 B
C#
|
using RimWorld;
|
|||
|
using Verse;
|
|||
|
|
|||
|
namespace rjwwhoring
|
|||
|
{
|
|||
|
[DefOf]
|
|||
|
public static class RecordDefOf
|
|||
|
{
|
|||
|
public static RecordDef EarnedMoneyByWhore;
|
|||
|
public static RecordDef CountOfWhore;
|
|||
|
}
|
|||
|
}
|