27 lines
713 B
C#
27 lines
713 B
C#
|
|
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||
|
|
|
||
|
|
using FairyGUI;
|
||
|
|
using FairyGUI.Utils;
|
||
|
|
|
||
|
|
namespace FGUI.JRewardPop
|
||
|
|
{
|
||
|
|
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("JRewardPop", "btn_double");
|
||
|
|
}
|
||
|
|
|
||
|
|
public override void ConstructFromXML(XML xml)
|
||
|
|
{
|
||
|
|
base.ConstructFromXML(xml);
|
||
|
|
|
||
|
|
cont_button = GetControllerAt(0);
|
||
|
|
text_num = (GTextField)GetChildAt(3);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|