mirror of
https://github.com/ppy/osu.git
synced 2026-06-04 23:44:44 +08:00
Merge pull request #31381 from peppy/auto-start-10-seconds
Add auto-start setting for 10 seconds
This commit is contained in:
@@ -568,6 +568,9 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer.Match
|
||||
[Description("Off")]
|
||||
Off = 0,
|
||||
|
||||
[Description("10 seconds")]
|
||||
Seconds10 = 10,
|
||||
|
||||
[Description("30 seconds")]
|
||||
Seconds30 = 30,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user