Files
BingoGrassland/Assets/BingoBrain/FGUI/Package/JMall/JMallBinder.cs
T

17 lines
617 B
C#
Raw Normal View History

2026-04-20 13:49:36 +08:00
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
namespace FGUI.JMall
{
public class JMallBinder
{
public static void BindAll()
{
UIObjectFactory.SetPackageItemExtension(com_mall.URL, typeof(com_mall));
UIObjectFactory.SetPackageItemExtension(com_mall_carditem.URL, typeof(com_mall_carditem));
UIObjectFactory.SetPackageItemExtension(com_mall_coinitem.URL, typeof(com_mall_coinitem));
2026-05-08 11:03:00 +08:00
UIObjectFactory.SetPackageItemExtension(btn_redeem_coin.URL, typeof(btn_redeem_coin));
2026-04-20 13:49:36 +08:00
}
}
}