Increase the point at which normal keys start in ManiaAction

This commit is contained in:
smoogipoo 2018-01-15 15:50:43 +09:00
parent d2b1e27527
commit 1c74e56bab
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ public enum ManiaAction
[Description("Special")]
Specia2,
[Description("Key 1")]
Key1 = 10,
Key1 = 1000,
[Description("Key 2")]
Key2,
[Description("Key 3")]