25 lines
627 B
C#
25 lines
627 B
C#
|
|
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||
|
|
|
||
|
|
using FairyGUI;
|
||
|
|
using FairyGUI.Utils;
|
||
|
|
|
||
|
|
namespace FGUI.JBingoPlay
|
||
|
|
{
|
||
|
|
public partial class btn_Speed : GButton
|
||
|
|
{
|
||
|
|
public GTextField text_Speed;
|
||
|
|
public const string URL = "ui://qrqjiu5sumlsw";
|
||
|
|
|
||
|
|
public static btn_Speed CreateInstance()
|
||
|
|
{
|
||
|
|
return (btn_Speed)UIPackage.CreateObject("JBingoPlay", "btn_Speed");
|
||
|
|
}
|
||
|
|
|
||
|
|
public override void ConstructFromXML(XML xml)
|
||
|
|
{
|
||
|
|
base.ConstructFromXML(xml);
|
||
|
|
|
||
|
|
text_Speed = (GTextField)GetChildAt(1);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|