Files
RedHotRoast-ios/Assets/GemCrush/FGUI/package/PC_NetIdle/com_Netidle.cs
T
2026-04-22 09:52:55 +08:00

29 lines
827 B
C#

/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.PC_NetIdle
{
public partial class com_Netidle : GComponent
{
public Controller cont_state;
public com_loading com_net_loading;
public GTextField text_loading;
public const string URL = "ui://x7vlnzzckhti0";
public static com_Netidle CreateInstance()
{
return (com_Netidle)UIPackage.CreateObject("PC_NetIdle", "com_Netidle");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
cont_state = GetControllerAt(0);
com_net_loading = (com_loading)GetChildAt(0);
text_loading = (GTextField)GetChildAt(1);
}
}
}