Rename On{ToggleReady -> ReadyClick}

This commit is contained in:
Bartłomiej Dach
2020-12-30 16:29:36 +01:00
parent dd87478690
commit d34609b98e
4 changed files with 5 additions and 5 deletions

View File

@ -64,7 +64,7 @@ namespace osu.Game.Tests.Visual.Multiplayer
Ruleset = { Value = beatmap.Ruleset }
}
},
OnToggleReady = async () =>
OnReadyClick = async () =>
{
toggleReadyOperation = ongoingOperationTracker.BeginOperation();