This commit is contained in:
Aaron Smith 2023-09-13 13:11:38 +01:00
parent d353f71619
commit 0d542c66a6
10 changed files with 76 additions and 105 deletions

View file

@ -3,7 +3,6 @@ if not game then script = require "test/relative-string" end
local graph = require(script.Parent.graph)
type Node<T> = graph.Node<T>
local create_start_node = graph.create_start_node
local get_scope = graph.get_scope
local track = graph.track
local update = graph.update