Files
BingoGrassland/Assets/BingoBrain/FGUI/Package/JTodo/btn_todo.cs
T
2026-04-20 13:49:36 +08:00

31 lines
822 B
C#

/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.JTodo
{
public partial class btn_todo : GButton
{
public Controller cont_type;
public Controller cont_red;
public Controller gift;
public Transition t0;
public const string URL = "ui://xv1nzk1ih60518";
public static btn_todo CreateInstance()
{
return (btn_todo)UIPackage.CreateObject("JTodo", "btn_todo");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
cont_type = GetControllerAt(0);
cont_red = GetControllerAt(1);
gift = GetControllerAt(2);
t0 = GetTransitionAt(0);
}
}
}