34 lines
2.1 KiB
C#
34 lines
2.1 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_unlock.URL, typeof(btn_unlock));
|
|
UIObjectFactory.SetPackageItemExtension(btn_albums.URL, typeof(btn_albums));
|
|
UIObjectFactory.SetPackageItemExtension(progress_live.URL, typeof(progress_live));
|
|
UIObjectFactory.SetPackageItemExtension(btn_chat.URL, typeof(btn_chat));
|
|
UIObjectFactory.SetPackageItemExtension(btn_claim.URL, typeof(btn_claim));
|
|
UIObjectFactory.SetPackageItemExtension(btn_green.URL, typeof(btn_green));
|
|
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_));
|
|
UIObjectFactory.SetPackageItemExtension(com_loaderMask_circlle2.URL, typeof(com_loaderMask_circlle2));
|
|
UIObjectFactory.SetPackageItemExtension(btn_task_times.URL, typeof(btn_task_times));
|
|
UIObjectFactory.SetPackageItemExtension(btn_task_pass.URL, typeof(btn_task_pass));
|
|
}
|
|
}
|
|
} |