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