fix:1、添加项目

This commit is contained in:
2026-04-22 09:52:55 +08:00
commit 173cfb2dc9
5871 changed files with 600870 additions and 0 deletions
@@ -0,0 +1,21 @@
/** 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));
}
}
}