rjw-quirks/RJW-Quirks/Modules/Shared/Events/RjwEventDefOf.cs

15 lines
414 B
C#

using RimWorld;
namespace rjwquirks.Modules.Shared.Events
{
[DefOf]
public static class RjwEventDefOf
{
public static readonly RjwEventDef QuirkAddedTo;
public static readonly RjwEventDef QuirkRemovedFrom;
public static readonly RjwEventDef Orgasm;
public static readonly RjwEventDef RecordChanged;
public static readonly RjwEventDef PawnSexualized;
}
}