mirror of
https://gitgud.io/amevarashi/rjw-sexperience-ideology.git
synced 2024-08-15 00:43:19 +00:00
8 lines
141 B
C#
8 lines
141 B
C#
|
namespace RJWSexperience.Ideology.HistoryEvents
|
|||
|
{
|
|||
|
public static class ArgsNamesCustom
|
|||
|
{
|
|||
|
public const string Partner = "PARTNER";
|
|||
|
}
|
|||
|
}
|