You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
1.5 KiB
C#
28 lines
1.5 KiB
C#
/** 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));
|
|
}
|
|
}
|
|
} |