This commit is contained in:
Aaron Smith 2023-08-02 16:16:37 +01:00
parent 7cdcebf03c
commit fab66a9d6b
16 changed files with 1 additions and 61 deletions

View file

@ -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