Files
RedHotRoast-ios/Assets/GemCrush/FGUI/package/P13_AddOne/P13_AddOneBinder.cs
T

20 lines
884 B
C#
Raw Normal View History

2026-04-22 09:52:55 +08:00
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
namespace FGUI.P13_AddOne
{
public class P13_AddOneBinder
{
public static void BindAll()
{
UIObjectFactory.SetPackageItemExtension(com_addView.URL, typeof(com_addView));
UIObjectFactory.SetPackageItemExtension(com_title.URL, typeof(com_title));
UIObjectFactory.SetPackageItemExtension(com_pic.URL, typeof(com_pic));
UIObjectFactory.SetPackageItemExtension(com_addView_new.URL, typeof(com_addView_new));
UIObjectFactory.SetPackageItemExtension(com_addView_off.URL, typeof(com_addView_off));
UIObjectFactory.SetPackageItemExtension(btn_gold_buy.URL, typeof(btn_gold_buy));
UIObjectFactory.SetPackageItemExtension(btn_add_watch.URL, typeof(btn_add_watch));
}
}
}