rework plugin management

This commit is contained in:
kepler155c@gmail.com
2019-01-14 10:03:53 -05:00
parent 1cc9829eed
commit b674c6ab90
14 changed files with 80 additions and 76 deletions

View File

@@ -43,4 +43,4 @@ function infoTab:draw()
UI.Window.draw(self)
end
return infoTab
return { itemTab = infoTab }