using System; using TMPro; using UnityEngine; using UnityEngine.UI; namespace Fort23.Mono { public static class UIHelper { public static void Gray(this Transform transform, bool enableButton = false) { if (transform.GetComponent