refactor & add test.new_world

This commit is contained in:
MihailRis
2024-12-10 18:41:39 +03:00
parent 8f37704530
commit 9b4dd8f65e
9 changed files with 57 additions and 8 deletions
+1
View File
@@ -12,6 +12,7 @@ end
if test then
test.sleep = sleep
test.name = __VC_TEST_NAME
test.new_world = core.new_world
end
------------------------------------------------