Files
ZooMatch-GP/Assets/Legend/FGUI/package/LG_LuckyGift/LG_LuckyGiftBinder.cs
T
2026-06-02 10:26:44 +08:00

15 lines
411 B
C#

/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
namespace FGUI.LG_LuckyGift
{
public class LG_LuckyGiftBinder
{
public static void BindAll()
{
UIObjectFactory.SetPackageItemExtension(com_lucky.URL, typeof(com_lucky));
UIObjectFactory.SetPackageItemExtension(com_pic.URL, typeof(com_pic));
}
}
}