mirror of
https://github.com/ppy/osu
synced 2025-03-25 04:18:03 +00:00
Merge pull request #3748 from smoogipoo/add-private-channels
Add private channel types
This commit is contained in:
commit
68621fbd0e
@ -6,6 +6,7 @@ namespace osu.Game.Online.Chat
|
|||||||
public enum ChannelType
|
public enum ChannelType
|
||||||
{
|
{
|
||||||
Public,
|
Public,
|
||||||
|
Private,
|
||||||
Multiplayer,
|
Multiplayer,
|
||||||
Spectator,
|
Spectator,
|
||||||
Temporary,
|
Temporary,
|
||||||
|
Loading…
Reference in New Issue
Block a user