2025-11-12 17:48:41 +08:00
|
|
|
#ReferenceNameSpace#
|
|
|
|
|
using AlicizaX.UI.Runtime;
|
|
|
|
|
namespace #ClassNameSpace#
|
|
|
|
|
{
|
|
|
|
|
[UIRes(#ClassName#.ResTag, EUIResLoadType.#LoadType#)]
|
|
|
|
|
public class #ClassName# : UIHolderObjectBase
|
|
|
|
|
{
|
|
|
|
|
public const string ResTag = "#TagName#";
|
|
|
|
|
#region Generated by Script Tool
|
|
|
|
|
|
|
|
|
|
#Variable#
|
|
|
|
|
|
|
|
|
|
#endregion
|
2025-12-01 16:45:42 +08:00
|
|
|
|
|
|
|
|
#Controller#
|
2025-11-12 17:48:41 +08:00
|
|
|
}
|
|
|
|
|
}
|