/** 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)); } } }