require overhaul part 2

This commit is contained in:
kepler155c@gmail.com
2018-12-23 17:32:38 -05:00
parent 29af471374
commit 83a9aa46ab
23 changed files with 99 additions and 101 deletions

View File

@@ -19,9 +19,14 @@
category = "Neural",
run = "neuralRemote.lua",
},
[ "Entities" ] = {
title = "Entities",
[ "Sensor" ] = {
title = "Sensor",
category = "Neural",
run = "Entities.lua",
},
[ "Scanner" ] = {
title = "Scanner",
category = "Neural",
run = "Scanner.lua",
},
}