Files
RedHotRoast-ios/Assets/RedHotRoast/FGUI/package/LG_End/btn_unlock.cs
T

25 lines
613 B
C#

/** 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);
}
}
}