1
0
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:
Dean Herbert 2018-11-21 13:12:48 +09:00 committed by GitHub
commit 68621fbd0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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