9 lines
No EOL
321 B
C#
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";
|
|
} |