1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 07:32:55 +08:00

Add queueing modes

This commit is contained in:
smoogipoo 2021-10-14 16:34:23 +09:00
parent 464bcd2b24
commit 2784ba1423

View File

@ -0,0 +1,11 @@
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
namespace osu.Game.Online.Multiplayer
{
public enum QueueingModes
{
Host,
Karaoke,
}
}