1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 08:33:21 +08:00

Privatise setter

This commit is contained in:
Bartłomiej Dach 2023-10-13 09:56:46 +02:00
parent 6c8490bc7e
commit 79cec7707d
No known key found for this signature in database

View File

@ -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;