Files

14 lines
304 B
C#
Raw Permalink Normal View History

2026-05-28 13:53:12 +08:00
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
namespace FGUI.JFx
{
public class JFxBinder
{
public static void BindAll()
{
UIObjectFactory.SetPackageItemExtension(com_FX.URL, typeof(com_FX));
}
}
}