1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-24 17:40:37 +08:00

Move bindable closer to source class

This commit is contained in:
Dean Herbert
2021-01-08 17:24:55 +09:00
Unverified
parent deb1ad7bca
commit edd328c8fe
@@ -37,12 +37,13 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer.Match
[Resolved]
private OngoingOperationTracker ongoingOperationTracker { get; set; }
private IBindable<bool> operationInProgress;
private SampleChannel sampleReadyCount;
private readonly ButtonWithTrianglesExposed button;
private int countReady;
private IBindable<bool> operationInProgress;
public MultiplayerReadyButton()
{