feat:1、创建项目

This commit is contained in:
2026-06-25 15:22:28 +08:00
commit c05a65cdc3
6577 changed files with 1168287 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.Prop_09
{
public partial class com_choose : GComponent
{
public Controller state;
public GButton btn_close;
public GButton btn_gold_buy;
public GButton btn_ad;
public GButton btn_thanks;
public const string URL = "ui://ig55ss7kq8uc0";
public static com_choose CreateInstance()
{
return (com_choose)UIPackage.CreateObject("Prop_09", "com_choose");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
state = GetControllerAt(0);
btn_close = (GButton)GetChildAt(3);
btn_gold_buy = (GButton)GetChildAt(4);
btn_ad = (GButton)GetChildAt(5);
btn_thanks = (GButton)GetChildAt(10);
}
}
}