fix:1、添加项目

This commit is contained in:
2026-04-22 09:52:55 +08:00
commit 173cfb2dc9
5871 changed files with 600870 additions and 0 deletions
@@ -0,0 +1,19 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
namespace FGUI.P04_Menu
{
public class P04_MenuBinder
{
public static void BindAll()
{
UIObjectFactory.SetPackageItemExtension(com_setting.URL, typeof(com_setting));
UIObjectFactory.SetPackageItemExtension(btn_on_off.URL, typeof(btn_on_off));
UIObjectFactory.SetPackageItemExtension(btn_menu.URL, typeof(btn_menu));
UIObjectFactory.SetPackageItemExtension(com_person.URL, typeof(com_person));
UIObjectFactory.SetPackageItemExtension(com_edit_name.URL, typeof(com_edit_name));
UIObjectFactory.SetPackageItemExtension(btn_item_head.URL, typeof(btn_item_head));
}
}
}