Add private channel types

This commit is contained in:
smoogipoo 2018-11-21 12:58:45 +09:00
parent 51c192d4b7
commit ab2c969122
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ namespace osu.Game.Online.Chat
public enum ChannelType
{
Public,
Private,
Multiplayer,
Spectator,
Temporary,