25 lines
625 B
C#
25 lines
625 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 com_carddi : GComponent
|
|
{
|
|
public Controller cont_card;
|
|
public const string URL = "ui://qrqjiu5srbhor";
|
|
|
|
public static com_carddi CreateInstance()
|
|
{
|
|
return (com_carddi)UIPackage.CreateObject("JBingoPlay", "com_carddi");
|
|
}
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
{
|
|
base.ConstructFromXML(xml);
|
|
|
|
cont_card = GetControllerAt(0);
|
|
}
|
|
}
|
|
} |