fix:1、添加项目
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user