Replacing table.wipe with Details:Destroy()

This commit is contained in:
Tercio Jose
2023-05-22 15:31:29 -03:00
parent fa0d1e1d08
commit 0cdfa2b900
40 changed files with 1205 additions and 1322 deletions
+1 -1
View File
@@ -547,7 +547,7 @@ local instanceMixins = {
}
---get the table with all instances, these instance could be not initialized yet, some might be open, some not in use
---@return table
---@return instance[]
function Details:GetAllInstances()
return Details.tabela_instancias
end