25 lines
648 B
C#
25 lines
648 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_playagain : GButton
|
||
|
|
{
|
||
|
|
public GTextField text_cardnum;
|
||
|
|
public const string URL = "ui://qrqjiu5skmj6f4";
|
||
|
|
|
||
|
|
public static btn_playagain CreateInstance()
|
||
|
|
{
|
||
|
|
return (btn_playagain)UIPackage.CreateObject("JBingoPlay", "btn_playagain");
|
||
|
|
}
|
||
|
|
|
||
|
|
public override void ConstructFromXML(XML xml)
|
||
|
|
{
|
||
|
|
base.ConstructFromXML(xml);
|
||
|
|
|
||
|
|
text_cardnum = (GTextField)GetChildAt(2);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|