1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-12 04:03:20 +08:00

Make ManiaAction start at 1

This commit is contained in:
Dean Herbert 2024-08-13 15:51:33 +09:00
parent 4b4f0ecf7d
commit 952a73b005
No known key found for this signature in database

View File

@ -20,7 +20,7 @@ namespace osu.Game.Rulesets.Mania
public enum ManiaAction
{
[Description("Key 1")]
Key1,
Key1 = 1,
[Description("Key 2")]
Key2,