25 lines
625 B
C#
25 lines
625 B
C#
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|||
|
|
|
||
|
|
using FairyGUI;
|
||
|
|
using FairyGUI.Utils;
|
||
|
|
|
||
|
|
namespace FGUI.Arrow_game
|
||
|
|
{
|
||
|
|
public partial class com_gift : GComponent
|
||
|
|
{
|
||
|
|
public GTextField text_gift;
|
||
|
|
public const string URL = "ui://sjl9teijq8to1u";
|
||
|
|
|
||
|
|
public static com_gift CreateInstance()
|
||
|
|
{
|
||
|
|
return (com_gift)UIPackage.CreateObject("Arrow_game", "com_gift");
|
||
|
|
}
|
||
|
|
|
||
|
|
public override void ConstructFromXML(XML xml)
|
||
|
|
{
|
||
|
|
base.ConstructFromXML(xml);
|
||
|
|
|
||
|
|
text_gift = (GTextField)GetChildAt(2);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|