feat(resource): load callbacks

Load lib.callback for internal use.
This commit is contained in:
Linden
2022-09-14 00:50:27 +10:00
parent 0ecb968202
commit ed7bf536e8
5 changed files with 17 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
local cache = {}
local cache = _ENV.cache
cache.playerId = PlayerId()
cache.serverId = GetPlayerServerId(cache.playerId)
@@ -44,5 +44,3 @@ end)
function lib.cache(key)
return cache[key]
end
_ENV.cache = cache