mirror of
https://github.com/ppy/osu
synced 2024-12-18 04:46:09 +00:00
Remove the sealed modifier
This commit is contained in:
parent
aa26ea483d
commit
5512d58c1d
@ -17,7 +17,7 @@ namespace osu.Game.Online.Chat
|
||||
/// <summary>
|
||||
/// Manages everything chat related
|
||||
/// </summary>
|
||||
public sealed class ChatManager : IOnlineComponent
|
||||
public class ChatManager : IOnlineComponent
|
||||
{
|
||||
/// <summary>
|
||||
/// The channels the player joins on startup
|
||||
|
Loading…
Reference in New Issue
Block a user