Merge branch 'master' into editor-sample-addition-buttons

This commit is contained in:
Dan Balasescu
2020-09-25 19:39:12 +09:00
committed by GitHub
15 changed files with 263 additions and 57 deletions

View File

@ -32,7 +32,7 @@ namespace osu.Game.Screens.Edit.Compose.Components
public Container<SelectionBlueprint> SelectionBlueprints { get; private set; }
protected SelectionHandler SelectionHandler;
protected SelectionHandler SelectionHandler { get; private set; }
[Resolved(CanBeNull = true)]
private IEditorChangeHandler changeHandler { get; set; }