using System; using UnityEngine; public interface IOnaholeNodeButton { GameObject gameObject { get; } string uniqueName { get; set; } OnaholeNodeButton.SelectType selectType { get; set; } }