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.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));
}
}
}