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,31 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.ACommon
{
public partial class com_topinfo : GComponent
{
public GButton settings;
public btn_101 btn_coin;
public btn_102 btn_cash;
public com_avatar com_avatar;
public const string URL = "ui://pmf3wbjix6yb1c";
public static com_topinfo CreateInstance()
{
return (com_topinfo)UIPackage.CreateObject("ACommon", "com_topinfo");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
settings = (GButton)GetChildAt(1);
btn_coin = (btn_101)GetChildAt(2);
btn_cash = (btn_102)GetChildAt(3);
com_avatar = (com_avatar)GetChildAt(4);
}
}
}