mirror of
https://github.com/ppy/osu.git
synced 2025-03-18 06:27:18 +08: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,
|
||||
Private,
|
||||
Multiplayer,
|
||||
Spectator,
|
||||
Temporary,
|
||||
|
Loading…
x
Reference in New Issue
Block a user