Skip to content

Commit

Permalink
LuaManager初始化加入委托初始化
Browse files Browse the repository at this point in the history
  • Loading branch information
jarjin2000 committed Sep 19, 2017
1 parent 8a73d4a commit 441aaae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Assets/LuaFramework/Scripts/Manager/LuaManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ public class LuaManager : Manager {
lua.LuaSetTop(0);

LuaBinder.Bind(lua);
DelegateFactory.Init();
LuaCoroutine.Register(lua, this);
}

Expand Down
3 changes: 2 additions & 1 deletion ReadMe.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ XlsxToLua: https://github.com/zhangqi-ulua/XlsxToLua
UnityHello: https://github.com/woshihuo12/UnityHello
Excel配置:https://github.com/sy-yanghuan/proton

ULUA/TOLUA骏擎Unity素材商店: https://junfine.taobao.com
//-------------2017-09-20-------------
(1)LuaManager初始化加入委托初始化

//-------------2017-09-10-------------
(1)更新tolua#到1.0.7.376版
Expand Down

0 comments on commit 441aaae

Please sign in to comment.