mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 15:33:05 +08:00
Add private channel types
This commit is contained in:
parent
51c192d4b7
commit
ab2c969122
@ -6,6 +6,7 @@ namespace osu.Game.Online.Chat
|
||||
public enum ChannelType
|
||||
{
|
||||
Public,
|
||||
Private,
|
||||
Multiplayer,
|
||||
Spectator,
|
||||
Temporary,
|
||||
|
Loading…
Reference in New Issue
Block a user