/** This is an automatically generated class by FairyGUI. Please do not modify it. **/ using FairyGUI; namespace Game.Common { public class CommonBinder { public static void BindAll() { UIObjectFactory.SetPackageItemExtension(ViewDramaChoiceItem.URL, typeof(ViewDramaChoiceItem)); UIObjectFactory.SetPackageItemExtension(ViewSkillGM.URL, typeof(ViewSkillGM)); UIObjectFactory.SetPackageItemExtension(ViewSkillButton.URL, typeof(ViewSkillButton)); UIObjectFactory.SetPackageItemExtension(ViewLoading.URL, typeof(ViewLoading)); UIObjectFactory.SetPackageItemExtension(ViewSimpleProgress.URL, typeof(ViewSimpleProgress)); UIObjectFactory.SetPackageItemExtension(ViewPlayerTouch.URL, typeof(ViewPlayerTouch)); UIObjectFactory.SetPackageItemExtension(Viewbtn_common.URL, typeof(Viewbtn_common)); UIObjectFactory.SetPackageItemExtension(Viewbtn_back.URL, typeof(Viewbtn_back)); UIObjectFactory.SetPackageItemExtension(ViewCursor.URL, typeof(ViewCursor)); UIObjectFactory.SetPackageItemExtension(ViewDrama.URL, typeof(ViewDrama)); UIObjectFactory.SetPackageItemExtension(ViewDramaNameLable.URL, typeof(ViewDramaNameLable)); UIObjectFactory.SetPackageItemExtension(ViewDramaContent.URL, typeof(ViewDramaContent)); UIObjectFactory.SetPackageItemExtension(ViewConsoleText.URL, typeof(ViewConsoleText)); UIObjectFactory.SetPackageItemExtension(ViewGMPanel.URL, typeof(ViewGMPanel)); UIObjectFactory.SetPackageItemExtension(ViewSimpleButton.URL, typeof(ViewSimpleButton)); } } }