bingo 项目提交

This commit is contained in:
2026-04-20 13:49:36 +08:00
commit ad5920ac6a
5585 changed files with 1216243 additions and 0 deletions
@@ -0,0 +1,19 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
namespace FGUI.JWheel
{
public class JWheelBinder
{
public static void BindAll()
{
UIObjectFactory.SetPackageItemExtension(com_light.URL, typeof(com_light));
UIObjectFactory.SetPackageItemExtension(com_wheel.URL, typeof(com_wheel));
UIObjectFactory.SetPackageItemExtension(com_spin.URL, typeof(com_spin));
UIObjectFactory.SetPackageItemExtension(btn_spin.URL, typeof(btn_spin));
UIObjectFactory.SetPackageItemExtension(com_reward.URL, typeof(com_reward));
UIObjectFactory.SetPackageItemExtension(com_wheels.URL, typeof(com_wheels));
}
}
}