forked from Simnation/Main
ed
This commit is contained in:
parent
875c8448e1
commit
c81ae4bb6d
219 changed files with 8036 additions and 7 deletions
8
resources/[tools]/bl_bridge/imports/server.lua
Normal file
8
resources/[tools]/bl_bridge/imports/server.lua
Normal file
|
@ -0,0 +1,8 @@
|
|||
local bl_bridge = exports.bl_bridge
|
||||
|
||||
Framework = setmetatable({}, {
|
||||
__index = function(self, index)
|
||||
self[index] = bl_bridge[index]()
|
||||
return self[index]
|
||||
end
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue