27 lines
740 B
C#
27 lines
740 B
C#
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|||
|
|
|
||
|
|
using FairyGUI;
|
||
|
|
using FairyGUI.Utils;
|
||
|
|
|
||
|
|
namespace FGUI.P17_PackAward
|
||
|
|
{
|
||
|
|
public partial class com_packaward : GComponent
|
||
|
|
{
|
||
|
|
public pack_panelparent panel_parent;
|
||
|
|
public GButton gold;
|
||
|
|
public const string URL = "ui://5gv9hkgsd3a90";
|
||
|
|
|
||
|
|
public static com_packaward CreateInstance()
|
||
|
|
{
|
||
|
|
return (com_packaward)UIPackage.CreateObject("P17_PackAward", "com_packaward");
|
||
|
|
}
|
||
|
|
|
||
|
|
public override void ConstructFromXML(XML xml)
|
||
|
|
{
|
||
|
|
base.ConstructFromXML(xml);
|
||
|
|
|
||
|
|
panel_parent = (pack_panelparent)GetChildAt(1);
|
||
|
|
gold = (GButton)GetChildAt(2);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|