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