mirror of
https://github.com/wxd-gaming/test-all.git
synced 2026-05-31 15:51:18 +08:00
【测试】随机数测试
This commit is contained in:
@@ -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 = {}
|
||||
|
||||
Reference in New Issue
Block a user