1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-08 20:44:19 +08:00

Back to max 10 special keys for now, change xmldoc to normal comment

This commit is contained in:
Dan Balasescu
2018-01-23 10:51:01 +09:00
committed by GitHub
Unverified
parent 2bc67629b8
commit 9b471dea33
+3 -5
View File
@@ -22,12 +22,10 @@ namespace osu.Game.Rulesets.Mania
[Description("Special 2")]
Special2,
/// <summary>
/// This offsets the start value of normal keys in-case we add more special keys
/// above at a later time, without breaking replays/configs.
/// </summary>
// 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 = 1000,
Key1 = 10,
[Description("Key 2")]
Key2,
[Description("Key 3")]