mirror of
https://github.com/centau/vide.git
synced 2026-08-20 23:01:37 +00:00
This commit is contained in:
parent
7cdcebf03c
commit
fab66a9d6b
16 changed files with 1 additions and 61 deletions
|
|
@ -1,7 +1,3 @@
|
|||
--------------------------------------------------------------------------------------------------------------
|
||||
-- vide/bind.lua
|
||||
--------------------------------------------------------------------------------------------------------------
|
||||
|
||||
local warn = warn -- todo
|
||||
|
||||
if not game then
|
||||
|
|
@ -9,7 +5,6 @@ if not game then
|
|||
warn = print
|
||||
end
|
||||
|
||||
|
||||
local graph = require(script.Parent.graph)
|
||||
type Node<T> = graph.Node<T>
|
||||
local get = graph.get
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue