mirror of
https://github.com/osukey/osukey.git
synced 2025-06-05 12:57:39 +09: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")]
|
[Description("Special 2")]
|
||||||
Special2,
|
Special2,
|
||||||
|
|
||||||
/// <summary>
|
// This offsets the start value of normal keys in-case we add more special keys
|
||||||
/// This offsets the start value of normal keys in-case we add more special keys
|
// above at a later time, without breaking replays/configs.
|
||||||
/// above at a later time, without breaking replays/configs.
|
|
||||||
/// </summary>
|
|
||||||
[Description("Key 1")]
|
[Description("Key 1")]
|
||||||
Key1 = 1000,
|
Key1 = 10,
|
||||||
[Description("Key 2")]
|
[Description("Key 2")]
|
||||||
Key2,
|
Key2,
|
||||||
[Description("Key 3")]
|
[Description("Key 3")]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user