Files
ArrowBeatTap-IOS/Assets/ChillConnect/FGUI/package/Game_04/Game_04Binder.cs
T
2026-06-25 15:22:28 +08:00

22 lines
1.0 KiB
C#

/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
namespace FGUI.Game_04
{
public class Game_04Binder
{
public static void BindAll()
{
UIObjectFactory.SetPackageItemExtension(com_game_menu.URL, typeof(com_game_menu));
UIObjectFactory.SetPackageItemExtension(btn_continue.URL, typeof(btn_continue));
UIObjectFactory.SetPackageItemExtension(com_rewardbox.URL, typeof(com_rewardbox));
UIObjectFactory.SetPackageItemExtension(btn_look_ad.URL, typeof(btn_look_ad));
UIObjectFactory.SetPackageItemExtension(btn_prop.URL, typeof(btn_prop));
UIObjectFactory.SetPackageItemExtension(com_open.URL, typeof(com_open));
UIObjectFactory.SetPackageItemExtension(com_game.URL, typeof(com_game));
UIObjectFactory.SetPackageItemExtension(btn_add.URL, typeof(btn_add));
UIObjectFactory.SetPackageItemExtension(btn_exit.URL, typeof(btn_exit));
}
}
}