mirror of
https://github.com/osukey/osukey.git
synced 2025-05-20 21:17:32 +09:00
Mark fields readonly
This commit is contained in:
parent
4a5d8215f3
commit
a6cc37eb3b
@ -587,8 +587,8 @@ namespace osu.Game.Online.Chat
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public class ClosedChannel
|
public class ClosedChannel
|
||||||
{
|
{
|
||||||
public ChannelType Type;
|
public readonly ChannelType Type;
|
||||||
public long Id;
|
public readonly long Id;
|
||||||
|
|
||||||
public ClosedChannel(ChannelType type, long id)
|
public ClosedChannel(ChannelType type, long id)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user