mirror of
https://github.com/amevarashi/RJW-Sexperience.git
synced 2024-08-14 23:54:08 +00:00
8 lines
174 B
C#
8 lines
174 B
C#
namespace RJWSexperience.Ideology
|
|
{
|
|
public static class HistoryEventArgsNamesCustom
|
|
{
|
|
public const string Tag = "TAG";
|
|
public const string Partner = "PARTNER";
|
|
}
|
|
}
|