1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 14:42:56 +08:00

Remove the sealed modifier

This commit is contained in:
miterosan 2018-04-09 21:06:05 +02:00
parent aa26ea483d
commit 5512d58c1d

View File

@ -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