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
parent 2bc67629b8
commit 9b471dea33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 5 deletions

View File

@ -22,12 +22,10 @@ public enum ManiaAction
[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")]