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,35 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.LG_End
{
public partial class com_unlockLevelNew : GComponent
{
public GButton btn_close;
public item_unlockLevel item_0;
public item_unlockLevel item_0_re;
public item_unlockLevel item_1;
public item_unlockLevel item_2;
public item_unlockLevel item_3;
public const string URL = "ui://tiispqmpmhxp1c";
public static com_unlockLevelNew CreateInstance()
{
return (com_unlockLevelNew)UIPackage.CreateObject("LG_End", "com_unlockLevelNew");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
btn_close = (GButton)GetChildAt(1);
item_0 = (item_unlockLevel)GetChildAt(2);
item_0_re = (item_unlockLevel)GetChildAt(3);
item_1 = (item_unlockLevel)GetChildAt(4);
item_2 = (item_unlockLevel)GetChildAt(5);
item_3 = (item_unlockLevel)GetChildAt(6);
}
}
}