fix:1、修改命名空间和文件夹名字

This commit is contained in:
2026-04-27 11:20:13 +08:00
parent db90a6e485
commit 70d45d4705
4252 changed files with 465 additions and 463 deletions
@@ -0,0 +1,30 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
namespace FGUI.LG_Common
{
public class LG_CommonBinder
{
public static void BindAll()
{
UIObjectFactory.SetPackageItemExtension(progress_end.URL, typeof(progress_end));
UIObjectFactory.SetPackageItemExtension(com_loaderMask.URL, typeof(com_loaderMask));
UIObjectFactory.SetPackageItemExtension(com_loaderMask_circlle.URL, typeof(com_loaderMask_circlle));
UIObjectFactory.SetPackageItemExtension(btn_albums.URL, typeof(btn_albums));
UIObjectFactory.SetPackageItemExtension(progress_live.URL, typeof(progress_live));
UIObjectFactory.SetPackageItemExtension(btn_unlock_1.URL, typeof(btn_unlock_1));
UIObjectFactory.SetPackageItemExtension(btn_claim_4.URL, typeof(btn_claim_4));
UIObjectFactory.SetPackageItemExtension(btn_claim.URL, typeof(btn_claim));
UIObjectFactory.SetPackageItemExtension(btn_claim_1.URL, typeof(btn_claim_1));
UIObjectFactory.SetPackageItemExtension(btn_claim_2.URL, typeof(btn_claim_2));
UIObjectFactory.SetPackageItemExtension(btn_secret.URL, typeof(btn_secret));
UIObjectFactory.SetPackageItemExtension(btn_live.URL, typeof(btn_live));
UIObjectFactory.SetPackageItemExtension(btn_vip.URL, typeof(btn_vip));
UIObjectFactory.SetPackageItemExtension(btn_task.URL, typeof(btn_task));
UIObjectFactory.SetPackageItemExtension(wheel.URL, typeof(wheel));
UIObjectFactory.SetPackageItemExtension(item_wheel.URL, typeof(item_wheel));
UIObjectFactory.SetPackageItemExtension(wheel_.URL, typeof(wheel_));
}
}
}