mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Enforce readonly private members where possible.
This commit is contained in:
@ -14,8 +14,8 @@ namespace osu.Game.Online.Chat.Drawables
|
||||
public class DrawableChannel : Container
|
||||
{
|
||||
private readonly Channel channel;
|
||||
private FillFlowContainer flow;
|
||||
private ScrollContainer scroll;
|
||||
private readonly FillFlowContainer flow;
|
||||
private readonly ScrollContainer scroll;
|
||||
|
||||
public DrawableChannel(Channel channel)
|
||||
{
|
||||
|
Reference in New Issue
Block a user