Merge branch 'master' into editor-ternary-buttons

This commit is contained in:
Dean Herbert
2020-09-25 18:30:59 +09:00
committed by GitHub
12 changed files with 258 additions and 53 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; }