mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 12:02:54 +08:00
Add note about local button clicking usage
This commit is contained in:
parent
aad55ef89e
commit
bb3f375958
@ -799,6 +799,8 @@ namespace osu.Game.Tests.Visual.Multiplayer
|
||||
|
||||
private void pressReadyButton(int? playingUserId = null)
|
||||
{
|
||||
// Can't use ClickButtonWhenEnabled<> due to needing to store the state after the button is enabled.
|
||||
|
||||
AddUntilStep("wait for ready button to be enabled", () => readyButton.Enabled.Value);
|
||||
|
||||
MultiplayerUserState lastState = MultiplayerUserState.Idle;
|
||||
|
Loading…
Reference in New Issue
Block a user