This commit is contained in:
Cooldude2606
2019-07-23 17:46:49 +01:00
parent 604fb66f46
commit 9ecd0cca0d
150 changed files with 15734 additions and 1895 deletions

View File

@@ -19,10 +19,11 @@ new_type("addon", "Addons", true)
new_type("commands", "Commands", true)
new_type("control", "Control", true)
new_type("gui", "Guis", true)
new_type("config", "Configs", true)
new_type("config", "Configs", true, "Settings")
new_type("dep", "Dependencies", false)
new_type("element", "Elements", false)
new_type("setting", "Settings", false)
new_type("event", "Events", false, "Event Parameters")
new_type("command", "Commands", false, "Command Parameters")