using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.EventSystems; public class DeleteButton : PlacementButton { protected override DraggablePlaceholder Place() { throw new System.NotImplementedException(); } }