Add flow for sending match ruleset specific messages to the server

This commit is contained in:
Dean Herbert
2021-07-21 19:13:56 +09:00
parent e8338f2711
commit 9d1e95caf0
6 changed files with 48 additions and 0 deletions

View File

@ -55,6 +55,12 @@ namespace osu.Game.Online.Multiplayer
/// <param name="newMods">The proposed new mods, excluding any required by the room itself.</param>
Task ChangeUserMods(IEnumerable<APIMod> newMods);
/// <summary>
/// Send a match ruleset specific request.
/// </summary>
/// <param name="request">The request to send.</param>
Task SendMatchRulesetRequest(MatchRulesetUserRequest request);
/// <summary>
/// As the host of a room, start the match.
/// </summary>