【优化】lua测试

This commit is contained in:
wxd-gaming
2024-11-01 21:01:58 +08:00
parent f19662a0fd
commit 07a0d998d1
4 changed files with 22 additions and 13 deletions

View File

@@ -27,7 +27,7 @@ function TestData.Lv(data, change)
end
function TestData.print2(...)
local string = gameDebug.toStrings(" ", "dd", ...)
local string = gameDebug.toStrings0(false, false, " ", "dd", ...)
print(string)
end