This commit is contained in:
bob
2025-06-25 11:52:30 +08:00
parent 879117e874
commit 29d7836b66
19 changed files with 323 additions and 4 deletions

View File

@@ -0,0 +1,13 @@
/**注册组件绑定关系。本脚本为自动生成每次生成会覆盖请勿手动修改生成插件文档及项目地址https://git.whoot.com/whoot-games/whoot.fguieditorplugin**/
using FairyGUI;
namespace NBF
{
public class ToolsBinder
{
public static void BindAll()
{
}
}
}