namespace Plugin.Raids.Const; public static class RaidConstEventKeys { public const string ButtonSwitched = "Switched"; public const string ButtonTriggered = "Triggered"; public const string ObjectivesCompleted = "ObjectivesCompleted"; public const string RaidSubInstanceAfterSlowMo = "AfterSlowMo"; }