Rename MatchStarted() -> GameplayStarted()

This commit is contained in:
Dan Balasescu
2022-04-21 22:37:26 +09:00
parent 8c3b541312
commit 08d250fe58
6 changed files with 12 additions and 11 deletions

View File

@ -35,7 +35,7 @@ namespace osu.Game.Tests.Visual.Multiplayer
});
AddUntilStep("wait for player to be current", () => player.IsCurrentScreen() && player.IsLoaded);
AddStep("start gameplay", () => ((IMultiplayerClient)MultiplayerClient).MatchStarted());
AddStep("start gameplay", () => ((IMultiplayerClient)MultiplayerClient).GameplayStarted());
}
[Test]