Fix folders and namespaces (except for the Rituals)

This commit is contained in:
amevarashi 2022-10-14 21:35:31 +05:00
parent 17a8264b49
commit 075260f091
47 changed files with 46 additions and 138 deletions

View file

@ -0,0 +1,7 @@
namespace RJWSexperience.Ideology.HistoryEvents
{
public static class ArgsNamesCustom
{
public const string Partner = "PARTNER";
}
}