mirror of
https://github.com/centau/vide.git
synced 2026-08-20 23:01:37 +00:00
Initial commit
This commit is contained in:
commit
e76234feb5
52 changed files with 5235 additions and 0 deletions
9
src/unwrap.lua
Normal file
9
src/unwrap.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
--------------------------------------------------------------------------------------------------------------
|
||||
-- vide/unwrap.lua
|
||||
--------------------------------------------------------------------------------------------------------------
|
||||
|
||||
if not game then script = (require :: any) "test/wrap-require" end
|
||||
|
||||
local graph = require(script.Parent.graph)
|
||||
|
||||
return graph.unwrap
|
||||
Loading…
Add table
Add a link
Reference in a new issue