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

@ -192,6 +192,8 @@ namespace osu.Game.Tests.Visual.Multiplayer
return Task.CompletedTask;
}
public override Task SendMatchRulesetRequest(MatchRulesetUserRequest request) => Task.CompletedTask;
public override Task StartMatch()
{
Debug.Assert(Room != null);