using UnityEngine;
namespace Script.UI
{
public static class UnityHelper
// public static T GetComponent<T>(this Transform self, string name) where T : Component
// {
// self.
// }
}