using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; namespace Ichni.Editor { public class EnableButtonGroup : MonoBehaviour { public Button enableButton; public Button disableButton; } }