1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 15:43:22 +08:00

Add TODO note about handling initial silences

This commit is contained in:
Dean Herbert 2022-11-21 15:23:04 +09:00
parent efd73ea9da
commit 462a213ffc

View File

@ -16,5 +16,7 @@ namespace osu.Game.Online.API.Requests
[JsonProperty]
public List<Message> Messages;
// TODO: Handle Silences here (will need to add to includes[] in the request).
}
}