Added Alt View

This commit is contained in:
Cooldude2606
2020-05-28 23:08:08 +01:00
parent bfcb229185
commit 0836375e02
7 changed files with 28 additions and 8 deletions

View File

@@ -19,6 +19,7 @@ new_type("core", "Core", true)
new_type("control", "Control", true)
new_type("addon", "Addons", true)
new_type("gui", "Guis", true)
new_type("data", "Data", true)
new_type("commands", "Commands", true)
new_type("config", "Configs", true, "Settings")