15 lines
415 B
C#
15 lines
415 B
C#
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|
|
|
using FairyGUI;
|
|
|
|
namespace FGUI.Arrow_Theme
|
|
{
|
|
public class Arrow_ThemeBinder
|
|
{
|
|
public static void BindAll()
|
|
{
|
|
UIObjectFactory.SetPackageItemExtension(com_theme.URL, typeof(com_theme));
|
|
UIObjectFactory.SetPackageItemExtension(btn_switch.URL, typeof(btn_switch));
|
|
}
|
|
}
|
|
} |