Files
RedHotRoast-ios/Assets/GemCrush/FGUI/package/P19_Petty/P19_PettyBinder.cs
T
2026-04-22 09:52:55 +08:00

21 lines
987 B
C#

/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
namespace FGUI.P19_Petty
{
public class P19_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));
}
}
}