mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 02:22:56 +08:00
Mark fields readonly
This commit is contained in:
parent
4a5d8215f3
commit
a6cc37eb3b
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user