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