Files
ArrowBeatTap-IOS/Assets/ChillConnect/FGUI/package/ZM_Petty/ZM_PettyBinder.cs
T
2026-06-25 15:22:28 +08:00

21 lines
985 B
C#

/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
namespace FGUI.ZM_Petty
{
public class ZM_PettyBinder
{
public static void BindAll()
{
UIObjectFactory.SetPackageItemExtension(com_petty_award.URL, typeof(com_petty_award));
UIObjectFactory.SetPackageItemExtension(com_get_panel.URL, typeof(com_get_panel));
UIObjectFactory.SetPackageItemExtension(com_account.URL, typeof(com_account));
UIObjectFactory.SetPackageItemExtension(com_email.URL, typeof(com_email));
UIObjectFactory.SetPackageItemExtension(com_firstName.URL, typeof(com_firstName));
UIObjectFactory.SetPackageItemExtension(com_lastName.URL, typeof(com_lastName));
UIObjectFactory.SetPackageItemExtension(com_detail.URL, typeof(com_detail));
UIObjectFactory.SetPackageItemExtension(com_scond_confirm.URL, typeof(com_scond_confirm));
}
}
}