mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 05:02:55 +08:00
Add queueing modes
This commit is contained in:
parent
464bcd2b24
commit
2784ba1423
11
osu.Game/Online/Multiplayer/QueueingModes.cs
Normal file
11
osu.Game/Online/Multiplayer/QueueingModes.cs
Normal 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,
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user