29 lines
760 B
C#
29 lines
760 B
C#
/** 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);
|
|
}
|
|
}
|
|
} |