Files
BingoGrassland/Assets/BingoBrain/FGUI/Package/ZM_Petty/ZM_PettyBinder.cs
T

21 lines
985 B
C#
Raw Normal View History

2026-05-09 18:00:33 +08:00
/** 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));
}
}
}