mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-31 04:51:40 +09:00
Add startable legacy code
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user