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,15 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
namespace FGUI.Arrow_Theme
{
public class Arrow_ThemeBinder
{
public static void BindAll()
{
UIObjectFactory.SetPackageItemExtension(com_theme.URL, typeof(com_theme));
UIObjectFactory.SetPackageItemExtension(btn_switch.URL, typeof(btn_switch));
}
}
}