add test.open_world

This commit is contained in:
MihailRis
2024-12-11 14:49:52 +03:00
parent b05c2fc911
commit cfc16679cb
3 changed files with 17 additions and 2 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.open_world = core.open_world
test.close_world = core.close_world
test.reconfig_packs = core.reconfig_packs
test.tick = coroutine.yield