提交
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
CommonBinder.BindAll();
|
||||
FishingBinder.BindAll();
|
||||
MainBinder.BindAll();
|
||||
ShopBinder.BindAll();
|
||||
}
|
||||
}
|
||||
}
|
||||
13
Assets/Scripts/UI/Binders/ShopBinder.cs
Normal file
13
Assets/Scripts/UI/Binders/ShopBinder.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
/**注册组件绑定关系。本脚本为自动生成,每次生成会覆盖!请勿手动修改,生成插件文档及项目地址:https://git.whoot.com/whoot-games/whoot.fguieditorplugin**/
|
||||
|
||||
using FairyGUI;
|
||||
|
||||
namespace NBF
|
||||
{
|
||||
public class ShopBinder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
2
Assets/Scripts/UI/Binders/ShopBinder.cs.meta
Normal file
2
Assets/Scripts/UI/Binders/ShopBinder.cs.meta
Normal file
@@ -0,0 +1,2 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f579b85674067d740ba424bcc5da406d
|
||||
Reference in New Issue
Block a user