feat:1、创建项目

This commit is contained in:
2026-06-25 15:22:28 +08:00
commit c05a65cdc3
6577 changed files with 1168287 additions and 0 deletions
@@ -0,0 +1,25 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
namespace FGUI.rank
{
public class rankBinder
{
public static void BindAll()
{
UIObjectFactory.SetPackageItemExtension(btn_task_tab.URL, typeof(btn_task_tab));
UIObjectFactory.SetPackageItemExtension(rank_item.URL, typeof(rank_item));
UIObjectFactory.SetPackageItemExtension(point_item.URL, typeof(point_item));
UIObjectFactory.SetPackageItemExtension(point_item2.URL, typeof(point_item2));
UIObjectFactory.SetPackageItemExtension(com_rank_reward.URL, typeof(com_rank_reward));
UIObjectFactory.SetPackageItemExtension(rank_item2.URL, typeof(rank_item2));
UIObjectFactory.SetPackageItemExtension(btn_collect.URL, typeof(btn_collect));
UIObjectFactory.SetPackageItemExtension(com_rank_rule.URL, typeof(com_rank_rule));
UIObjectFactory.SetPackageItemExtension(rank_panel_partent.URL, typeof(rank_panel_partent));
UIObjectFactory.SetPackageItemExtension(rank_panel.URL, typeof(rank_panel));
UIObjectFactory.SetPackageItemExtension(com_rank_view.URL, typeof(com_rank_view));
UIObjectFactory.SetPackageItemExtension(btn_head.URL, typeof(btn_head));
}
}
}