mirror of
https://gitgud.io/amevarashi/rjw-sexperience-ideology.git
synced 2026-06-18 19:25:59 +00:00
7 lines
141 B
C#
7 lines
141 B
C#
namespace RJWSexperience.Ideology.HistoryEvents
|
|
{
|
|
public static class ArgsNamesCustom
|
|
{
|
|
public const string Partner = "PARTNER";
|
|
}
|
|
}
|