Files
RedHotRoast-ios/Assets/GemCrush/FGUI/package/P502_Fx/P502_FxBinder.cs
T
2026-04-22 09:52:55 +08:00

14 lines
312 B
C#

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