ball 项目提交
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.threeDaysGift
|
||||
{
|
||||
public partial class item_reward : GComponent
|
||||
{
|
||||
public GLoader loader_;
|
||||
public GTextField lab_num;
|
||||
public const string URL = "ui://k972hayzke932";
|
||||
|
||||
public static item_reward CreateInstance()
|
||||
{
|
||||
return (item_reward)UIPackage.CreateObject("threeDaysGift", "item_reward");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
loader_ = (GLoader)GetChildAt(0);
|
||||
lab_num = (GTextField)GetChildAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user