mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Remove the sealed modifier
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user