27 lines
693 B
C#
27 lines
693 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_AddBall : GComponent
|
|
{
|
|
public GGraph gp_fx;
|
|
public GImage item1;
|
|
public const string URL = "ui://qrqjiu5s807kfo";
|
|
|
|
public static com_AddBall CreateInstance()
|
|
{
|
|
return (com_AddBall)UIPackage.CreateObject("JBingoPlay", "com_AddBall");
|
|
}
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
{
|
|
base.ConstructFromXML(xml);
|
|
|
|
gp_fx = (GGraph)GetChildAt(0);
|
|
item1 = (GImage)GetChildAt(1);
|
|
}
|
|
}
|
|
} |