Remove `Special#` values from `ManiaAction` and remove enum offset

This commit is contained in:
clayton 2024-08-07 14:36:03 -07:00
parent 8773c2f7eb
commit 85805bffde
No known key found for this signature in database
GPG Key ID: 0E5962B8D84F9B2E
1 changed files with 1 additions and 9 deletions

View File

@ -19,16 +19,8 @@ public ManiaInputManager(RulesetInfo ruleset, int variant)
public enum ManiaAction
{
[Description("Special 1")]
Special1 = 1,
[Description("Special 2")]
Special2,
// This offsets the start value of normal keys in-case we add more special keys
// above at a later time, without breaking replays/configs.
[Description("Key 1")]
Key1 = 10,
Key1,
[Description("Key 2")]
Key2,