2018
06-03
06-03
Lua中的消息分发实现
Lua中的消息分发和C#实现的比较类似,使用很方便。
这个是C#的教程地址:http://www.u3d8.com/?p=1298
上代码:
LuaEvent类:
[crayon-68ca964e06e35798203527/]
LuaEventMgr管理类:
[crayon-68ca964e06e3c350525011/]
LuaEventType:
[crayon-.... Read More >