mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Mark fields readonly
This commit is contained in:
@ -587,8 +587,8 @@ namespace osu.Game.Online.Chat
|
||||
/// </summary>
|
||||
public class ClosedChannel
|
||||
{
|
||||
public ChannelType Type;
|
||||
public long Id;
|
||||
public readonly ChannelType Type;
|
||||
public readonly long Id;
|
||||
|
||||
public ClosedChannel(ChannelType type, long id)
|
||||
{
|
||||
|
Reference in New Issue
Block a user