Files
XericUIActionVessel/Runtime/InterfaceAttributeReflectionGenerator/Scripts/XuiavrgPooledLocator.cs
T
2026-04-18 18:03:45 +08:00

15 lines
307 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace XericUI.ReflectionUIGenerator
{
/// <summary>
/// ui反射属性定位器,放在池对象的根节点上,设定好接下来的目标即可
/// </summary>
public class XuiavrgPooledLocator : MonoBehaviour
{
}
}