Files
RedHotRoast-ios/Assets/RedHotRoast/FGUI/package/LG_Common/LG_CommonBinder.cs
T

30 lines
1.7 KiB
C#

/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
namespace FGUI.LG_Common
{
public class LG_CommonBinder
{
public static void BindAll()
{
UIObjectFactory.SetPackageItemExtension(progress_end.URL, typeof(progress_end));
UIObjectFactory.SetPackageItemExtension(com_loaderMask.URL, typeof(com_loaderMask));
UIObjectFactory.SetPackageItemExtension(com_loaderMask_circlle.URL, typeof(com_loaderMask_circlle));
UIObjectFactory.SetPackageItemExtension(btn_albums.URL, typeof(btn_albums));
UIObjectFactory.SetPackageItemExtension(progress_live.URL, typeof(progress_live));
UIObjectFactory.SetPackageItemExtension(btn_unlock_1.URL, typeof(btn_unlock_1));
UIObjectFactory.SetPackageItemExtension(btn_claim_4.URL, typeof(btn_claim_4));
UIObjectFactory.SetPackageItemExtension(btn_claim.URL, typeof(btn_claim));
UIObjectFactory.SetPackageItemExtension(btn_claim_1.URL, typeof(btn_claim_1));
UIObjectFactory.SetPackageItemExtension(btn_claim_2.URL, typeof(btn_claim_2));
UIObjectFactory.SetPackageItemExtension(btn_secret.URL, typeof(btn_secret));
UIObjectFactory.SetPackageItemExtension(btn_live.URL, typeof(btn_live));
UIObjectFactory.SetPackageItemExtension(btn_vip.URL, typeof(btn_vip));
UIObjectFactory.SetPackageItemExtension(btn_task.URL, typeof(btn_task));
UIObjectFactory.SetPackageItemExtension(wheel.URL, typeof(wheel));
UIObjectFactory.SetPackageItemExtension(item_wheel.URL, typeof(item_wheel));
UIObjectFactory.SetPackageItemExtension(wheel_.URL, typeof(wheel_));
}
}
}