Files
ArrowBeatTap-Gp/Assets/ChillConnect/FGUI/package/rank/rankBinder.cs
T

25 lines
1.3 KiB
C#

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