mirror of https://github.com/ppy/osu
Revert "Make `ManiaAction` start at `1`"
This reverts commit 952a73b005
.
This commit is contained in:
parent
952a73b005
commit
4f37643780
|
@ -20,7 +20,7 @@ public ManiaInputManager(RulesetInfo ruleset, int variant)
|
|||
public enum ManiaAction
|
||||
{
|
||||
[Description("Key 1")]
|
||||
Key1 = 1,
|
||||
Key1,
|
||||
|
||||
[Description("Key 2")]
|
||||
Key2,
|
||||
|
|
Loading…
Reference in New Issue