fix:1、同步部分arrow game的ui资源和代码

This commit is contained in:
2026-07-10 14:08:25 +08:00
parent f2586d11a6
commit dd56ccb469
213 changed files with 6371 additions and 1449 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.tixian
{
public partial class btn_code : GButton
{
public Controller type;
public const string URL = "ui://md8tkwlztivmeg";
public static btn_code CreateInstance()
{
return (btn_code)UIPackage.CreateObject("tixian", "btn_code");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
type = GetControllerAt(0);
}
}
}