bingo 项目提交
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.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);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user