25 lines
604 B
C#
25 lines
604 B
C#
|
|
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||
|
|
|
||
|
|
using FairyGUI;
|
||
|
|
using FairyGUI.Utils;
|
||
|
|
|
||
|
|
namespace FGUI.JMall
|
||
|
|
{
|
||
|
|
public partial class com_mall : GComponent
|
||
|
|
{
|
||
|
|
public GList list_item;
|
||
|
|
public const string URL = "ui://wj1zvor9x6yba";
|
||
|
|
|
||
|
|
public static com_mall CreateInstance()
|
||
|
|
{
|
||
|
|
return (com_mall)UIPackage.CreateObject("JMall", "com_mall");
|
||
|
|
}
|
||
|
|
|
||
|
|
public override void ConstructFromXML(XML xml)
|
||
|
|
{
|
||
|
|
base.ConstructFromXML(xml);
|
||
|
|
|
||
|
|
list_item = (GList)GetChildAt(1);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|