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

16 lines
518 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));
}
}
}