mirror of
https://github.com/ppy/osu.git
synced 2025-01-30 01:32:55 +08:00
Add auto-start setting for 10 seconds
As touched on in https://github.com/ppy/osu/discussions/31205#discussioncomment-11671185. Doesn't require server-side changes as the server just uses a `TimeSpan`.
This commit is contained in:
parent
9da27b5fe5
commit
1211f6cf4c
@ -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,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user