Files
opus-apps/neural/etc/apps/neural-apps.db
kepler155c@gmail.com e0c45bd87c attack dropping modules
2018-12-16 22:38:25 -05:00

28 lines
528 B
Plaintext

{
[ "shootingGallery" ] = {
title = "Gallery",
category = "Neural",
run = "shootingGallery.lua",
},
[ "neuralFight" ] = {
title = "Fight",
category = "Neural",
run = "neuralFight.lua",
},
[ "neuralFly" ] = {
title = "Fly",
category = "Neural",
run = "neuralFly.lua",
},
[ "neuralRemote" ] = {
title = "Remote",
category = "Neural",
run = "neuralRemote.lua",
},
[ "Entities" ] = {
title = "Entities",
category = "Neural",
run = "Entities.lua",
},
}