Add basic osu! object to object snapping

This commit is contained in:
Dean Herbert
2020-09-24 14:22:18 +09:00
parent 6ebea3f6f2
commit 44be0ab762
2 changed files with 42 additions and 1 deletions

View File

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