mirror of
https://gitgud.io/LonelyRain/rjw-quirks.git
synced 2024-08-15 00:03:31 +00:00
Initial upload
This commit is contained in:
parent
feb28b10a4
commit
7585da099c
106 changed files with 4860 additions and 0 deletions
14
RJW-Quirks/Modules/Shared/Events/RjwEventDefOf.cs
Normal file
14
RJW-Quirks/Modules/Shared/Events/RjwEventDefOf.cs
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
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;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue