Files
BingoGrassland/Assets/BingoBrain/FGUI/Package/JMain/com_pal.cs
T
2026-06-04 13:57:53 +08:00

29 lines
755 B
C#

/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.JMain
{
public partial class com_pal : GComponent
{
public Controller state;
public GList list_pal;
public GButton btn_close;
public const string URL = "ui://qw9x6rf3dz5jpiq";
public static com_pal CreateInstance()
{
return (com_pal)UIPackage.CreateObject("JMain", "com_pal");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
state = GetControllerAt(0);
list_pal = (GList)GetChildAt(0);
btn_close = (GButton)GetChildAt(5);
}
}
}