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
11
RJW-Quirks/Modules/Shared/Events/RjwEventArgNames.cs
Normal file
11
RJW-Quirks/Modules/Shared/Events/RjwEventArgNames.cs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
namespace rjwquirks.Modules.Shared.Events
|
||||
{
|
||||
public static class RjwEventArgNames
|
||||
{
|
||||
public static readonly string Pawn = "Pawn";
|
||||
public static readonly string SexProps = "SexProps";
|
||||
public static readonly string Quirk = "Quirk";
|
||||
public static readonly string Record = "Record";
|
||||
public static readonly string Satisfaction = "Satisfaction";
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue