add test.close_world(bool)

This commit is contained in:
MihailRis
2024-12-10 19:14:51 +03:00
parent 9b4dd8f65e
commit d3f74b56fa
8 changed files with 30 additions and 11 deletions
+1
View File
@@ -13,6 +13,7 @@ if test then
test.sleep = sleep
test.name = __VC_TEST_NAME
test.new_world = core.new_world
test.close_world = core.close_world
end
------------------------------------------------