This commit is contained in:
Cooldude2606
2019-07-22 17:53:13 +01:00
parent 0499ad35ab
commit 57b1c530bf
85 changed files with 4024 additions and 381 deletions

View File

@@ -22,6 +22,7 @@ new_type("gui", "Guis", true)
new_type("config", "Configs", true)
new_type("dep", "Dependencies", false)
new_type("element", "Elements", false)
new_type("event", "Events", false, "Event Parameters")
new_type("command", "Commands", false, "Command Parameters")