31 lines
861 B
C#
31 lines
861 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 com_statement : GComponent
|
|
{
|
|
public GButton btn_back;
|
|
public GList list;
|
|
public btn_state state1;
|
|
public btn_state state2;
|
|
public const string URL = "ui://gytj501co5je3z";
|
|
|
|
public static com_statement CreateInstance()
|
|
{
|
|
return (com_statement)UIPackage.CreateObject("Lobby_03", "com_statement");
|
|
}
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
{
|
|
base.ConstructFromXML(xml);
|
|
|
|
btn_back = (GButton)GetChildAt(0);
|
|
list = (GList)GetChildAt(1);
|
|
state1 = (btn_state)GetChildAt(2);
|
|
state2 = (btn_state)GetChildAt(3);
|
|
}
|
|
}
|
|
} |