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

14 lines
332 B
C#

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