summaryrefslogtreecommitdiff
path: root/server/src/vm/manager.lua
blob: 5f6a9b6a610a438324af03883f3ae902d564a044 (plain)
1
2
3
4
5
6
---@class VM
local mt = {}
mt.__index = mt
mt.type = 'vm'

return mt