mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 09:02:58 +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