Fix outdated API variable

This commit is contained in:
Dean Herbert
2018-09-28 19:33:19 +09:00
parent 6841d5c2ec
commit 3cacc11af1
3 changed files with 5 additions and 9 deletions

View File

@ -18,11 +18,8 @@ namespace osu.Game.Online.Chat
[JsonProperty(@"sender_id")]
public int UserId;
[JsonProperty(@"target_type")]
public TargetType TargetType;
[JsonProperty(@"target_id")]
public int TargetId;
[JsonProperty(@"channel_id")]
public int ChannelId;
[JsonProperty(@"is_action")]
public bool IsAction;