25 lines
601 B
C#
25 lines
601 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 item_pal : GComponent
|
|
{
|
|
public Controller state;
|
|
public const string URL = "ui://qw9x6rf3dz5jpiw";
|
|
|
|
public static item_pal CreateInstance()
|
|
{
|
|
return (item_pal)UIPackage.CreateObject("JMain", "item_pal");
|
|
}
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
{
|
|
base.ConstructFromXML(xml);
|
|
|
|
state = GetControllerAt(0);
|
|
}
|
|
}
|
|
} |