【优化】lua扫描算法

This commit is contained in:
wxd-gaming
2024-12-30 17:15:14 +08:00
parent 2935cd10cc
commit 03d2d5b5bf
9 changed files with 144 additions and 64 deletions

View File

@@ -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()