Files
RedHotRoast-ios/Assets/GemCrush/FGUI/package/PC_NetIdle/PC_NetIdleBinder.cs
T

15 lines
419 B
C#
Raw Normal View History

2026-04-22 09:52:55 +08:00
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
namespace FGUI.PC_NetIdle
{
public class PC_NetIdleBinder
{
public static void BindAll()
{
UIObjectFactory.SetPackageItemExtension(com_loading.URL, typeof(com_loading));
UIObjectFactory.SetPackageItemExtension(com_Netidle.URL, typeof(com_Netidle));
}
}
}