新增小额奖励

This commit is contained in:
2026-05-09 18:00:33 +08:00
parent 8bc05d6c63
commit e509522188
121 changed files with 1582 additions and 61 deletions
@@ -0,0 +1,21 @@
/** 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));
}
}
}