1
0
mirror of https://github.com/ppy/osu synced 2025-03-25 04:18:03 +00:00

Merge pull request 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 enum ChannelType
{ {
Public, Public,
Private,
Multiplayer, Multiplayer,
Spectator, Spectator,
Temporary, Temporary,