1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-31 23:50:29 +08:00

Revert "Make ManiaAction start at 1"

This reverts commit 952a73b005.
This commit is contained in:
Dean Herbert
2024-08-13 16:38:56 +09:00
Unverified
parent 952a73b005
commit 4f37643780
+1 -1
View File
@@ -20,7 +20,7 @@ namespace osu.Game.Rulesets.Mania
public enum ManiaAction
{
[Description("Key 1")]
Key1 = 1,
Key1,
[Description("Key 2")]
Key2,