mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 19:04:06 +08:00
Add explicit usage via attribute
This commit is contained in:
parent
2ed7785cfc
commit
6f3c8e9f8b
@ -2,13 +2,17 @@
|
||||
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||
|
||||
using System.Collections.Generic;
|
||||
using Newtonsoft.Json;
|
||||
using osu.Game.Online.Chat;
|
||||
|
||||
namespace osu.Game.Online.API.Requests
|
||||
{
|
||||
public class GetUpdatesResponse
|
||||
{
|
||||
[JsonProperty]
|
||||
public List<Channel> Presence;
|
||||
|
||||
[JsonProperty]
|
||||
public List<Message> Messages;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user