WaiXie_QuestionSystem/Assets/Script/UI/Helper/UnityHelper.cs

12 lines
238 B
C#
Raw Normal View History

2023-12-10 12:28:20 +08:00
using UnityEngine;
namespace Script.UI
{
public static class UnityHelper
{
// public static T GetComponent<T>(this Transform self, string name) where T : Component
// {
// self.
// }
}
}