【测试】随机数测试

This commit is contained in:
wxd-gaming
2025-02-27 10:46:04 +08:00
parent fdb63b01d4
commit 7e798dcfcc
8 changed files with 171 additions and 52 deletions

View File

@@ -45,15 +45,15 @@ function ddd()
end
function TestClass.onInit()
local test = TestClass.new()
local test2 = TestClass.new()
test:Name("t1")
test:Level(2)
test2:Name("t2")
test2:Level(2)
print("230 - 220 * 0.5", 230 - 220 * 0.5)
--local test = TestClass.new()
--local test2 = TestClass.new()
--test:Name("t1")
--test:Level(2)
--
--test2:Name("t2")
--test2:Level(2)
--
--print("230 - 220 * 0.5", 230 - 220 * 0.5)
end
--local tmp_number = {}