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

25 lines
618 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;
2026-05-08 11:03:00 +08:00
namespace FGUI.ACommon
2026-04-20 13:49:36 +08:00
{
2026-05-08 11:03:00 +08:00
public partial class btn_fight : GButton
2026-04-20 13:49:36 +08:00
{
public Controller cont_select;
2026-05-08 11:03:00 +08:00
public const string URL = "ui://pmf3wbjiog7vpiz";
2026-04-20 13:49:36 +08:00
2026-05-08 11:03:00 +08:00
public static btn_fight CreateInstance()
2026-04-20 13:49:36 +08:00
{
2026-05-08 11:03:00 +08:00
return (btn_fight)UIPackage.CreateObject("ACommon", "btn_fight");
2026-04-20 13:49:36 +08:00
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
cont_select = GetControllerAt(0);
}
}
}