This commit is contained in:
2026-06-05 10:21:43 +08:00
parent b454d4432b
commit b6c7c47dc6
12 changed files with 54 additions and 11 deletions
@@ -0,0 +1,25 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.JMain
{
public partial class btn_pal : GButton
{
public GTextField lab_time;
public const string URL = "ui://qw9x6rf3dz5jpix";
public static btn_pal CreateInstance()
{
return (btn_pal)UIPackage.CreateObject("JMain", "btn_pal");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
lab_time = (GTextField)GetChildAt(1);
}
}
}