Files
BingoGrassland/Assets/BingoBrain/FGUI/Package/G001_rewardPop/btn_double.cs
T

27 lines
721 B
C#
Raw Normal View History

2026-04-20 13:49:36 +08:00
/** 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);
}
}
}