Fix a few warnings.

This commit is contained in:
Dean Herbert
2016-09-28 15:33:02 +09:00
parent 7dcf2c6269
commit a69c5b4fc0
4 changed files with 7 additions and 4 deletions

View File

@ -22,7 +22,7 @@ namespace osu.Game.Online.Chat
public List<Message> Messages = new List<Message>();
internal bool Joined;
//internal bool Joined;
[JsonConstructor]
public Channel()