20 lines
884 B
C#
20 lines
884 B
C#
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|
|
|
using FairyGUI;
|
|
|
|
namespace FGUI.P13_AddOne
|
|
{
|
|
public class P13_AddOneBinder
|
|
{
|
|
public static void BindAll()
|
|
{
|
|
UIObjectFactory.SetPackageItemExtension(com_addView.URL, typeof(com_addView));
|
|
UIObjectFactory.SetPackageItemExtension(com_title.URL, typeof(com_title));
|
|
UIObjectFactory.SetPackageItemExtension(com_pic.URL, typeof(com_pic));
|
|
UIObjectFactory.SetPackageItemExtension(com_addView_new.URL, typeof(com_addView_new));
|
|
UIObjectFactory.SetPackageItemExtension(com_addView_off.URL, typeof(com_addView_off));
|
|
UIObjectFactory.SetPackageItemExtension(btn_gold_buy.URL, typeof(btn_gold_buy));
|
|
UIObjectFactory.SetPackageItemExtension(btn_add_watch.URL, typeof(btn_add_watch));
|
|
}
|
|
}
|
|
} |