fix:1、添加项目
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
/** 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));
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user