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:
commit
6546dc0969
@ -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…
x
Reference in New Issue
Block a user