2026-06-12 18:10:00 +08:00
|
|
|
/** 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));
|
2026-06-13 15:34:00 +08:00
|
|
|
UIObjectFactory.SetPackageItemExtension(HeartsPanel.URL, typeof(HeartsPanel));
|
2026-06-13 18:27:00 +08:00
|
|
|
UIObjectFactory.SetPackageItemExtension(com_finger.URL, typeof(com_finger));
|
2026-06-13 19:58:55 +08:00
|
|
|
UIObjectFactory.SetPackageItemExtension(btn_big.URL, typeof(btn_big));
|
2026-06-12 18:10:00 +08:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|