feat:1、添加项目

This commit is contained in:
2026-06-02 10:26:44 +08:00
commit dfead2c461
7518 changed files with 748693 additions and 0 deletions
@@ -0,0 +1,35 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.LG_AIchat
{
public partial class com_chatChoose : GComponent
{
public btn_chooseItem btn_0;
public btn_chooseItem btn_1;
public btn_chooseItem btn_2;
public GButton btn_gold;
public GTextField text_describe;
public GButton btn_close;
public const string URL = "ui://tksc66j2cv0e6";
public static com_chatChoose CreateInstance()
{
return (com_chatChoose)UIPackage.CreateObject("LG_AIchat", "com_chatChoose");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
btn_0 = (btn_chooseItem)GetChildAt(1);
btn_1 = (btn_chooseItem)GetChildAt(2);
btn_2 = (btn_chooseItem)GetChildAt(3);
btn_gold = (GButton)GetChildAt(4);
text_describe = (GTextField)GetChildAt(6);
btn_close = (GButton)GetChildAt(7);
}
}
}