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

18 lines
694 B
C#

/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
namespace FGUI.P23_Tujian
{
public class P23_TujianBinder
{
public static void BindAll()
{
UIObjectFactory.SetPackageItemExtension(com_tujian.URL, typeof(com_tujian));
UIObjectFactory.SetPackageItemExtension(com_tujian_item.URL, typeof(com_tujian_item));
UIObjectFactory.SetPackageItemExtension(com_lock.URL, typeof(com_lock));
UIObjectFactory.SetPackageItemExtension(com_gril16_2.URL, typeof(com_gril16_2));
UIObjectFactory.SetPackageItemExtension(com_gril9_2.URL, typeof(com_gril9_2));
}
}
}