mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Remove the sealed modifier
This commit is contained in:
@ -17,7 +17,7 @@ namespace osu.Game.Online.Chat
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Manages everything chat related
|
/// Manages everything chat related
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public sealed class ChatManager : IOnlineComponent
|
public class ChatManager : IOnlineComponent
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The channels the player joins on startup
|
/// The channels the player joins on startup
|
||||||
|
Reference in New Issue
Block a user