mirror of https://github.com/ppy/osu
Remove `Special#` values from `ManiaAction` and remove enum offset
This commit is contained in:
parent
8773c2f7eb
commit
85805bffde
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue