fix: 1、更换命名空间和文件夹名字
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.LG_live
|
||||
{
|
||||
public partial class btn_ad : GButton
|
||||
{
|
||||
public Controller state;
|
||||
public Controller have_vip;
|
||||
public GTextField text_time;
|
||||
public const string URL = "ui://ttzukgl9lml01v";
|
||||
|
||||
public static btn_ad CreateInstance()
|
||||
{
|
||||
return (btn_ad)UIPackage.CreateObject("LG_live", "btn_ad");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
state = GetControllerAt(0);
|
||||
have_vip = GetControllerAt(1);
|
||||
text_time = (GTextField)GetChildAt(4);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user