mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:18:22 +08:00
Rename method
This commit is contained in:
parent
a94180c8c6
commit
15c9416244
@ -60,7 +60,7 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer.Match
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Size = Vector2.One,
|
||||
Action = onReadyClick,
|
||||
Action = onReadyButtonClick,
|
||||
},
|
||||
countdownButton = new MultiplayerCountdownButton
|
||||
{
|
||||
@ -105,7 +105,7 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer.Match
|
||||
endOperation();
|
||||
}
|
||||
|
||||
private void onReadyClick()
|
||||
private void onReadyButtonClick()
|
||||
{
|
||||
if (Room == null)
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user