1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-14 13:27:19 +08:00

Merge pull request #31381 from peppy/auto-start-10-seconds

Add auto-start setting for 10 seconds
This commit is contained in:
Dan Balasescu 2025-01-02 15:09:23 +09:00 committed by GitHub
commit 6546dc0969
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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,