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

18 lines
680 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(btn_claim.URL, typeof(btn_claim));
UIObjectFactory.SetPackageItemExtension(btn_unlock_1.URL, typeof(btn_unlock_1));
}
}
}