27 lines
721 B
C#
27 lines
721 B
C#
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|
|
|
using FairyGUI;
|
|
using FairyGUI.Utils;
|
|
|
|
namespace FGUI.G001_rewardPop
|
|
{
|
|
public partial class btn_double : GButton
|
|
{
|
|
public Controller cont_button;
|
|
public GTextField text_num;
|
|
public const string URL = "ui://tm1qhgb4jgbufl";
|
|
|
|
public static btn_double CreateInstance()
|
|
{
|
|
return (btn_double)UIPackage.CreateObject("G001_rewardPop", "btn_double");
|
|
}
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
{
|
|
base.ConstructFromXML(xml);
|
|
|
|
cont_button = GetControllerAt(0);
|
|
text_num = (GTextField)GetChildAt(3);
|
|
}
|
|
}
|
|
} |