Files
BingoGrassland/Assets/BingoBrain/FGUI/Package/Common_01/btn_buy1.cs
T

25 lines
620 B
C#
Raw Normal View History

2026-05-08 11:03:00 +08:00
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.Common_01
{
public partial class btn_buy1 : GButton
{
public GTextField text_gold;
2026-05-09 18:00:33 +08:00
public const string URL = "ui://o9974uc5irrg1e";
2026-05-08 11:03:00 +08:00
public static btn_buy1 CreateInstance()
{
return (btn_buy1)UIPackage.CreateObject("Common_01", "btn_buy1");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
text_gold = (GTextField)GetChildAt(1);
}
}
}