1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 02:49:53 +08:00

Add more types to dropdown

This commit is contained in:
Andrei Zavatski
2019-12-21 13:32:25 +03:00
Unverified
parent cc808a9eb1
commit c69e88eb97
+9
View File
@@ -18,5 +18,14 @@ namespace osu.Game.Configuration
[Description("Hit Error (both)")]
HitErrorBoth,
[Description("Colour (left)")]
ColourLeft,
[Description("Colour (right)")]
ColourRight,
[Description("Colour (both)")]
ColourBoth,
}
}