mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +09:00
Fix set access to SelectionHandler
Co-authored-by: Dan Balasescu <smoogipoo@smgi.me>
This commit is contained in:
@ -32,7 +32,7 @@ namespace osu.Game.Screens.Edit.Compose.Components
|
|||||||
|
|
||||||
public Container<SelectionBlueprint> SelectionBlueprints { get; private set; }
|
public Container<SelectionBlueprint> SelectionBlueprints { get; private set; }
|
||||||
|
|
||||||
protected SelectionHandler SelectionHandler;
|
protected SelectionHandler SelectionHandler { get; private set; }
|
||||||
|
|
||||||
[Resolved(CanBeNull = true)]
|
[Resolved(CanBeNull = true)]
|
||||||
private IEditorChangeHandler changeHandler { get; set; }
|
private IEditorChangeHandler changeHandler { get; set; }
|
||||||
|
Reference in New Issue
Block a user