mirror of
https://gitgud.io/LonelyRain/rjw-quirks.git
synced 2024-08-15 00:03:31 +00:00
11 lines
397 B
C#
11 lines
397 B
C#
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";
|
|
}
|
|
}
|