1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-14 01:33:20 +08:00

Add create tab

This commit is contained in:
smoogipoo 2018-12-03 17:50:56 +09:00
parent 51c16867d5
commit 20b843e63c

View File

@ -36,6 +36,7 @@ namespace osu.Game.Screens.Multi.Screens.Lounge
public enum LoungeTab
{
Create,
Public,
Private,
}