20 lines
880 B
C#
20 lines
880 B
C#
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|
|
|
using FairyGUI;
|
|
|
|
namespace FGUI.Common_animal
|
|
{
|
|
public class Common_animalBinder
|
|
{
|
|
public static void BindAll()
|
|
{
|
|
UIObjectFactory.SetPackageItemExtension(com_tips.URL, typeof(com_tips));
|
|
UIObjectFactory.SetPackageItemExtension(btn_tabwhite.URL, typeof(btn_tabwhite));
|
|
UIObjectFactory.SetPackageItemExtension(btn_tabad.URL, typeof(btn_tabad));
|
|
UIObjectFactory.SetPackageItemExtension(btn_menu.URL, typeof(btn_menu));
|
|
UIObjectFactory.SetPackageItemExtension(com_loadingBlacklist.URL, typeof(com_loadingBlacklist));
|
|
UIObjectFactory.SetPackageItemExtension(btn_tabblue.URL, typeof(btn_tabblue));
|
|
UIObjectFactory.SetPackageItemExtension(btn_green.URL, typeof(btn_green));
|
|
}
|
|
}
|
|
} |