fix:1、修改命名空间和文件夹名字
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
/** 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 btn_unlock : GButton
|
||||
{
|
||||
public Controller pay_type;
|
||||
public const string URL = "ui://tiispqmpmhxp1j";
|
||||
|
||||
public static btn_unlock CreateInstance()
|
||||
{
|
||||
return (btn_unlock)UIPackage.CreateObject("LG_End", "btn_unlock");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
pay_type = GetControllerAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user