mirror of
https://github.com/osukey/osukey.git
synced 2025-05-30 09:57:21 +09:00
Remove the sealed modifier
This commit is contained in:
parent
aa26ea483d
commit
5512d58c1d
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user