server-master/srcs/_plugins/Plugin.Raids/Const/RaidConstEventKeys.cs
2026-02-10 18:21:30 +01:00

9 lines
No EOL
321 B
C#

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";
}