25 lines
622 B
C#
25 lines
622 B
C#
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|
|
|
using FairyGUI;
|
|
using FairyGUI.Utils;
|
|
|
|
namespace FGUI.JMall
|
|
{
|
|
public partial class btn_redeem_coin : GButton
|
|
{
|
|
public Controller type;
|
|
public const string URL = "ui://wj1zvor9x6ybe";
|
|
|
|
public static btn_redeem_coin CreateInstance()
|
|
{
|
|
return (btn_redeem_coin)UIPackage.CreateObject("JMall", "btn_redeem_coin");
|
|
}
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
{
|
|
base.ConstructFromXML(xml);
|
|
|
|
type = GetControllerAt(0);
|
|
}
|
|
}
|
|
} |