Add missing "announce" channel type

Of note, this doesn't mean the channels will display, but it does fix
parsing errors which cause the whole chat display to fail.
This commit is contained in:
Dean Herbert
2022-05-25 18:28:29 +09:00
parent 79c8752bb4
commit 87959a59d9

View File

@ -13,5 +13,6 @@ namespace osu.Game.Online.Chat
PM,
Group,
System,
Announce,
}
}