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