fix:1、修改命名空间和文件夹名字
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
|
||||
namespace FGUI.LG_live
|
||||
{
|
||||
public class LG_liveBinder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(com_live.URL, typeof(com_live));
|
||||
UIObjectFactory.SetPackageItemExtension(item_live.URL, typeof(item_live));
|
||||
UIObjectFactory.SetPackageItemExtension(com_liveDetail.URL, typeof(com_liveDetail));
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user