bingo 项目提交

This commit is contained in:
2026-04-20 13:49:36 +08:00
commit ad5920ac6a
5585 changed files with 1216243 additions and 0 deletions
@@ -0,0 +1,33 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.G002_login
{
public partial class com_login : GComponent
{
public GButton btn_play;
public GComponent com_blklist1;
public GButton btn_debug;
public GButton btn_showmax;
public Transition logo;
public const string URL = "ui://idbyf66gknau5";
public static com_login CreateInstance()
{
return (com_login)UIPackage.CreateObject("G002_login", "com_login");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
btn_play = (GButton)GetChildAt(0);
com_blklist1 = (GComponent)GetChildAt(1);
btn_debug = (GButton)GetChildAt(2);
btn_showmax = (GButton)GetChildAt(3);
logo = GetTransitionAt(0);
}
}
}