mirror of
https://github.com/ppy/osu.git
synced 2026-05-21 02:59:53 +08:00
Privatise setter of weirdly exposed field
This commit is contained in:
@@ -48,7 +48,7 @@ namespace osu.Game.Screens.Edit
|
||||
|
||||
private Task? fileMountOperation;
|
||||
|
||||
public ExternalEditOperation<BeatmapSetInfo>? EditOperation;
|
||||
public ExternalEditOperation<BeatmapSetInfo>? EditOperation { get; private set; }
|
||||
|
||||
private FillFlowContainer flow = null!;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user