mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 12:31:41 +09:00
Config
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user