新增兑换
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
/** 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_setnum : GButton
|
||||
{
|
||||
public Controller type;
|
||||
public const string URL = "ui://wj1zvor9pf31x";
|
||||
|
||||
public static btn_setnum CreateInstance()
|
||||
{
|
||||
return (btn_setnum)UIPackage.CreateObject("JMall", "btn_setnum");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
type = GetControllerAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user