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,24 @@
/** 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));
}
}
}