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

19 lines
781 B
C#

/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
namespace FGUI.Setting_07
{
public class Setting_07Binder
{
public static void BindAll()
{
UIObjectFactory.SetPackageItemExtension(com_setting.URL, typeof(com_setting));
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));
UIObjectFactory.SetPackageItemExtension(btn_on_off.URL, typeof(btn_on_off));
}
}
}