Files
RedHotRoast-ios/Assets/RedHotRoast/FGUI/package/LG_live/LG_liveBinder.cs
T

16 lines
500 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));
}
}
}