Exports
Client
getUtility()
local CORE = exports.zrx_utility:getUtility()
print(json.encode(CORE, { indent = true })Server
getUtility()
local CORE = exports.zrx_utility:getUtility()
print(json.encode(CORE, { indent = true })Last updated