摘要: 1 --EventDispatcher.lua 2 local EventDispatcher = {} 3 EventDispatcher.__index = EventDispatcher 4 function EventDispatcher:new() 5 local store = nil 6 7 return function(self) 8 ... 阅读全文
posted @ 2017-02-09 09:29 Guoliangjun 阅读(1975) 评论(0) 推荐(0)