Files
2026-06-25 15:22:28 +08:00

29 lines
1.6 KiB
C#

/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
namespace FGUI.Lobby_03
{
public class Lobby_03Binder
{
public static void BindAll()
{
UIObjectFactory.SetPackageItemExtension(btn_level_play.URL, typeof(btn_level_play));
UIObjectFactory.SetPackageItemExtension(hall_head.URL, typeof(hall_head));
UIObjectFactory.SetPackageItemExtension(com_level_reward.URL, typeof(com_level_reward));
UIObjectFactory.SetPackageItemExtension(com_level.URL, typeof(com_level));
UIObjectFactory.SetPackageItemExtension(com_statement.URL, typeof(com_statement));
UIObjectFactory.SetPackageItemExtension(btn_state.URL, typeof(btn_state));
UIObjectFactory.SetPackageItemExtension(com_hall.URL, typeof(com_hall));
UIObjectFactory.SetPackageItemExtension(com_payloading.URL, typeof(com_payloading));
UIObjectFactory.SetPackageItemExtension(com_faq.URL, typeof(com_faq));
UIObjectFactory.SetPackageItemExtension(com_answer.URL, typeof(com_answer));
UIObjectFactory.SetPackageItemExtension(com_msg.URL, typeof(com_msg));
UIObjectFactory.SetPackageItemExtension(com_question.URL, typeof(com_question));
UIObjectFactory.SetPackageItemExtension(com_first_award.URL, typeof(com_first_award));
UIObjectFactory.SetPackageItemExtension(btn_sign.URL, typeof(btn_sign));
UIObjectFactory.SetPackageItemExtension(btn_shop.URL, typeof(btn_shop));
UIObjectFactory.SetPackageItemExtension(btn_wheel.URL, typeof(btn_wheel));
}
}
}