1
0
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:
smoogipoo 2018-11-21 12:58:45 +09:00
parent 51c192d4b7
commit ab2c969122

View File

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