mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Changed default selection type and added suggestions from PR feedback
This commit is contained in:
@ -7,9 +7,9 @@ namespace osu.Game.Configuration
|
||||
{
|
||||
public enum SelectionRandomType
|
||||
{
|
||||
[Description("Random")]
|
||||
Random,
|
||||
[Description("Never repeat")]
|
||||
RandomPermutation
|
||||
RandomPermutation,
|
||||
[Description("Random")]
|
||||
Random
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user