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