mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
9 lines
374 B
Lua
9 lines
374 B
Lua
--------------------------------------------------------------------------------------------------------------
|
|
-- vide/unwrap.lua
|
|
--------------------------------------------------------------------------------------------------------------
|
|
|
|
if not game then script = (require :: any) "test/wrap-require" end
|
|
|
|
local graph = require(script.Parent.graph)
|
|
|
|
return graph.unwrap
|