plugin: Miscellaneous cleanup

This commit is contained in:
Lucien Greathouse
2020-03-18 23:15:03 -07:00
parent 3b433e53be
commit 5768d8e4a4
5 changed files with 30 additions and 17 deletions

View File

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