mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 08:33:21 +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.
|
||||
public override bool DisallowExternalBeatmapRulesetChanges => true;
|
||||
|
||||
protected LoungeSubScreen Lounge;
|
||||
protected LoungeSubScreen Lounge { get; private set; }
|
||||
|
||||
private MultiplayerWaveContainer waves;
|
||||
private ScreenStack screenStack;
|
||||
|
Loading…
Reference in New Issue
Block a user