Files
BingoGrassland/Assets/BingoBrain/FGUI/Package/JNetIdle/JNetIdleBinder.cs
T
2026-04-20 13:49:36 +08:00

15 lines
415 B
C#

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