1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-05 01:04:16 +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
Unverified
@@ -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,