/** This is an automatically generated class by FairyGUI. Please do not modify it. **/ using FairyGUI; namespace FGUI.JMain { public class JMainBinder { public static void BindAll() { UIObjectFactory.SetPackageItemExtension(makeup.URL, typeof(makeup)); UIObjectFactory.SetPackageItemExtension(btn_question.URL, typeof(btn_question)); UIObjectFactory.SetPackageItemExtension(com_faq.URL, typeof(com_faq)); UIObjectFactory.SetPackageItemExtension(com_list_main.URL, typeof(com_list_main)); UIObjectFactory.SetPackageItemExtension(com_main.URL, typeof(com_main)); UIObjectFactory.SetPackageItemExtension(com_firstreward.URL, typeof(com_firstreward)); UIObjectFactory.SetPackageItemExtension(com_playnum.URL, typeof(com_playnum)); UIObjectFactory.SetPackageItemExtension(com_cardplaytext.URL, typeof(com_cardplaytext)); UIObjectFactory.SetPackageItemExtension(btn_add.URL, typeof(btn_add)); UIObjectFactory.SetPackageItemExtension(btn_minus.URL, typeof(btn_minus)); UIObjectFactory.SetPackageItemExtension(com_cardnum.URL, typeof(com_cardnum)); UIObjectFactory.SetPackageItemExtension(btn_petty.URL, typeof(btn_petty)); } } }