Files
RedHotRoast-ios/Assets/GemCrush/FGUI/package/P06_Hall/P06_HallBinder.cs
T

24 lines
1.2 KiB
C#
Raw Normal View History

2026-04-22 09:52:55 +08:00
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
namespace FGUI.P06_Hall
{
public class P06_HallBinder
{
public static void BindAll()
{
UIObjectFactory.SetPackageItemExtension(btn_task_pass.URL, typeof(btn_task_pass));
UIObjectFactory.SetPackageItemExtension(com_first_award.URL, typeof(com_first_award));
UIObjectFactory.SetPackageItemExtension(com_faq.URL, typeof(com_faq));
UIObjectFactory.SetPackageItemExtension(com_msg.URL, typeof(com_msg));
UIObjectFactory.SetPackageItemExtension(com_question.URL, typeof(com_question));
UIObjectFactory.SetPackageItemExtension(com_answer.URL, typeof(com_answer));
UIObjectFactory.SetPackageItemExtension(btn_faq.URL, typeof(btn_faq));
UIObjectFactory.SetPackageItemExtension(com_start.URL, typeof(com_start));
UIObjectFactory.SetPackageItemExtension(com_hall.URL, typeof(com_hall));
UIObjectFactory.SetPackageItemExtension(com_payloading.URL, typeof(com_payloading));
UIObjectFactory.SetPackageItemExtension(btn_play.URL, typeof(btn_play));
}
}
}