Files
BingoGrassland/Assets/BingoBrain/FGUI/Package/ACommon/btn_101.cs
T

25 lines
600 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.ACommon
{
public partial class btn_101 : GButton
{
public GGraph gp_hand;
public const string URL = "ui://pmf3wbjilbaaeu";
public static btn_101 CreateInstance()
{
return (btn_101)UIPackage.CreateObject("ACommon", "btn_101");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
2026-05-08 11:03:00 +08:00
gp_hand = (GGraph)GetChildAt(2);
2026-04-20 13:49:36 +08:00
}
}
}