mirror of
https://github.com/ppy/osu.git
synced 2025-01-07 20:42:54 +08:00
Privatise setter
This commit is contained in:
parent
6c8490bc7e
commit
79cec7707d
@ -34,7 +34,7 @@ namespace osu.Game.Screens.OnlinePlay
|
|||||||
// while leases may be taken out by a subscreen.
|
// while leases may be taken out by a subscreen.
|
||||||
public override bool DisallowExternalBeatmapRulesetChanges => true;
|
public override bool DisallowExternalBeatmapRulesetChanges => true;
|
||||||
|
|
||||||
protected LoungeSubScreen Lounge;
|
protected LoungeSubScreen Lounge { get; private set; }
|
||||||
|
|
||||||
private MultiplayerWaveContainer waves;
|
private MultiplayerWaveContainer waves;
|
||||||
private ScreenStack screenStack;
|
private ScreenStack screenStack;
|
||||||
|
Loading…
Reference in New Issue
Block a user