fix:1、同步部分arrow game的ui资源和代码
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
/** 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));
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user