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

19 lines
No EOL
399 B
C#

using RimWorld;
using Verse;
namespace rjwwhoring
{
[DefOf]
public static class ThoughtDefOf
{
public static ThoughtDef_Whore Whorish_Thoughts;
public static ThoughtDef_Whore Whorish_Thoughts_Captive;
public static ThoughtDef SleptInBrothel;
public static ThoughtDef RJWFailedSolicitation;
public static ThoughtDef RJWTurnedDownWhore;
}
}