1
0
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:
Dean Herbert 2025-01-02 13:06:34 +09:00
parent 9da27b5fe5
commit 1211f6cf4c
No known key found for this signature in database

View File

@ -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,