mirror of
https://github.com/wxd-gaming/test-all.git
synced 2026-05-31 15:51:18 +08:00
【优化】lua扫描算法
This commit is contained in:
@@ -50,8 +50,8 @@ function this.onLogin()
|
||||
print("onLogin")
|
||||
end
|
||||
|
||||
function tableInsert.onLogin()
|
||||
print("onLogin")
|
||||
function tableInsert.onLogin(player)
|
||||
print("onLogin", player:toString())
|
||||
end
|
||||
|
||||
--LoginEventListerTable:eventLister("0", "test", function()
|
||||
|
||||
Reference in New Issue
Block a user