17 lines
593 B
C#
17 lines
593 B
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_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));
|
|
}
|
|
}
|
|
} |