mirror of
https://github.com/ppy/osu.git
synced 2024-12-13 08:32:57 +08:00
Back to max 10 special keys for now, change xmldoc to normal comment
This commit is contained in:
parent
2bc67629b8
commit
9b471dea33
@ -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")]
|
||||
|
Loading…
Reference in New Issue
Block a user