mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 20:55:50 +00:00
plugin: Miscellaneous cleanup
This commit is contained in:
@@ -5,6 +5,7 @@ local Log = require(script.Parent.Parent.Log)
|
||||
keep track of every instance we know about.
|
||||
|
||||
TODO: Track ancestry to catch when stuff moves?
|
||||
TODO: Ability to pause change tracking for preventing feedback.
|
||||
]]
|
||||
local InstanceMap = {}
|
||||
InstanceMap.__index = InstanceMap
|
||||
|
||||
Reference in New Issue
Block a user