29 lines
776 B
C#
29 lines
776 B
C#
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|
|
|
using FairyGUI;
|
|
using FairyGUI.Utils;
|
|
|
|
namespace FGUI.LG_Unlock
|
|
{
|
|
public partial class btn_sub : GButton
|
|
{
|
|
public Controller Type;
|
|
public GTextField text_days;
|
|
public GTextField text_price;
|
|
public const string URL = "ui://876wwqiki5pmd";
|
|
|
|
public static btn_sub CreateInstance()
|
|
{
|
|
return (btn_sub)UIPackage.CreateObject("LG_Unlock", "btn_sub");
|
|
}
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
{
|
|
base.ConstructFromXML(xml);
|
|
|
|
Type = GetControllerAt(0);
|
|
text_days = (GTextField)GetChildAt(3);
|
|
text_price = (GTextField)GetChildAt(4);
|
|
}
|
|
}
|
|
} |