Add startable legacy code

This commit is contained in:
Cooldude2606
2024-09-22 23:38:58 +01:00
parent 65145b5d34
commit 2a1206c498
163 changed files with 756 additions and 2573 deletions

View File

@@ -1,5 +1,5 @@
local Event = require("utils.event")
local Global = require("utils.global")
local Event = require("modules/exp_legacy/utils/event")
local Storage = require("modules/exp_util/storage")
local lib = {}
@@ -7,7 +7,7 @@ lib.data = {
output = {}
}
Global.register(lib.data, function(tbl)
Storage.register(lib.data, function(tbl)
lib.data = tbl
end)