1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-23 01:37:31 +08:00

Add accessor

This commit is contained in:
Dan Balasescu 2020-02-10 14:28:43 +09:00 committed by GitHub
parent 801e39a543
commit 28cf5c7a59

View File

@ -32,7 +32,7 @@ namespace osu.Game.Screens.Edit.Compose.Components
protected DragBox DragBox { get; private set; }
protected Container<SelectionBlueprint> SelectionBlueprints;
protected Container<SelectionBlueprint> SelectionBlueprints { get; private set; }
private SelectionHandler selectionHandler;