/** 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)); } } }