28 lines
1.6 KiB
C#
28 lines
1.6 KiB
C#
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|
|
|
using FairyGUI;
|
|
|
|
namespace FGUI.Arrow_game
|
|
{
|
|
public class Arrow_gameBinder
|
|
{
|
|
public static void BindAll()
|
|
{
|
|
UIObjectFactory.SetPackageItemExtension(com_gift.URL, typeof(com_gift));
|
|
UIObjectFactory.SetPackageItemExtension(com_arrow_game.URL, typeof(com_arrow_game));
|
|
UIObjectFactory.SetPackageItemExtension(ArrowEnd.URL, typeof(ArrowEnd));
|
|
UIObjectFactory.SetPackageItemExtension(LineTile.URL, typeof(LineTile));
|
|
UIObjectFactory.SetPackageItemExtension(ArrorPoint.URL, typeof(ArrorPoint));
|
|
UIObjectFactory.SetPackageItemExtension(HeartsPanel.URL, typeof(HeartsPanel));
|
|
UIObjectFactory.SetPackageItemExtension(com_finger.URL, typeof(com_finger));
|
|
UIObjectFactory.SetPackageItemExtension(btn_watch.URL, typeof(btn_watch));
|
|
UIObjectFactory.SetPackageItemExtension(btn_saveingpot.URL, typeof(btn_saveingpot));
|
|
UIObjectFactory.SetPackageItemExtension(btn_petty.URL, typeof(btn_petty));
|
|
UIObjectFactory.SetPackageItemExtension(btn_green.URL, typeof(btn_green));
|
|
UIObjectFactory.SetPackageItemExtension(com_tips.URL, typeof(com_tips));
|
|
UIObjectFactory.SetPackageItemExtension(view_container_parent.URL, typeof(view_container_parent));
|
|
UIObjectFactory.SetPackageItemExtension(com_flicker.URL, typeof(com_flicker));
|
|
UIObjectFactory.SetPackageItemExtension(com_bottom.URL, typeof(com_bottom));
|
|
}
|
|
}
|
|
} |