Debug and basic stuff for prosthesis

This commit is contained in:
ZioPao
2023-11-10 18:01:03 +01:00
parent 7813d242e8
commit ca42c383d1
27 changed files with 69 additions and 15 deletions

View File

@@ -0,0 +1,7 @@
TOC_DEBUG = {}
TOC_DEBUG.disablePaneMod = false
function TOC_DEBUG.togglePaneMod()
TOC_DEBUG.disablePaneMod = not TOC_DEBUG.disablePaneMod
end