Files
ZooMatch-GP/Assets/Legend/FGUI/package/LG_live/LG_liveBinder.cs
T
2026-06-02 10:26:44 +08:00

18 lines
668 B
C#

/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
namespace FGUI.LG_live
{
public class LG_liveBinder
{
public static void BindAll()
{
UIObjectFactory.SetPackageItemExtension(com_live.URL, typeof(com_live));
UIObjectFactory.SetPackageItemExtension(item_live.URL, typeof(item_live));
UIObjectFactory.SetPackageItemExtension(com_liveDetail.URL, typeof(com_liveDetail));
UIObjectFactory.SetPackageItemExtension(live_mask.URL, typeof(live_mask));
UIObjectFactory.SetPackageItemExtension(btn_ad.URL, typeof(btn_ad));
}
}
}