Files
ArrowBeatTap-IOS/Assets/ChillConnect/FGUI/package/NetIdle_22/NetIdle_22Binder.cs
T
2026-06-25 15:22:28 +08:00

15 lines
419 B
C#

/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
namespace FGUI.NetIdle_22
{
public class NetIdle_22Binder
{
public static void BindAll()
{
UIObjectFactory.SetPackageItemExtension(com_loading.URL, typeof(com_loading));
UIObjectFactory.SetPackageItemExtension(com_Netidle.URL, typeof(com_Netidle));
}
}
}