DESKTOP-5RP3AKU\Jisol 0d600a2786 提交
2024-10-17 03:20:22 +08:00

14 lines
319 B
C#

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