mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 17:07:38 +08:00
Reduce accessibility to set
Co-Authored-By: Dan Balasescu <smoogipoo@smgi.me>
This commit is contained in:
parent
830afe5209
commit
678eb8ec31
@ -49,7 +49,7 @@ namespace osu.Game.Rulesets.Edit
|
||||
[Resolved]
|
||||
private IBeatSnapProvider beatSnapProvider { get; set; }
|
||||
|
||||
protected ComposeBlueprintContainer BlueprintContainer;
|
||||
protected ComposeBlueprintContainer BlueprintContainer { get; private set; }
|
||||
|
||||
private DrawableEditRulesetWrapper<TObject> drawableRulesetWrapper;
|
||||
private Container distanceSnapGridContainer;
|
||||
|
Loading…
Reference in New Issue
Block a user