Files
RedHotRoast-ios/Assets/GemCrush/FGUI/package/P04_Menu/P04_MenuBinder.cs
T
2026-04-22 09:52:55 +08:00

19 lines
777 B
C#

/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
namespace FGUI.P04_Menu
{
public class P04_MenuBinder
{
public static void BindAll()
{
UIObjectFactory.SetPackageItemExtension(com_setting.URL, typeof(com_setting));
UIObjectFactory.SetPackageItemExtension(btn_on_off.URL, typeof(btn_on_off));
UIObjectFactory.SetPackageItemExtension(btn_menu.URL, typeof(btn_menu));
UIObjectFactory.SetPackageItemExtension(com_person.URL, typeof(com_person));
UIObjectFactory.SetPackageItemExtension(com_edit_name.URL, typeof(com_edit_name));
UIObjectFactory.SetPackageItemExtension(btn_item_head.URL, typeof(btn_item_head));
}
}
}