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

25 lines
618 B
C#

/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.PLoading
{
public partial class com_loading : GComponent
{
public com_pb com_pb;
public const string URL = "ui://yz7xhyy5k6ir0";
public static com_loading CreateInstance()
{
return (com_loading)UIPackage.CreateObject("PLoading", "com_loading");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
com_pb = (com_pb)GetChildAt(0);
}
}
}