1
0
Fork 0
fgdata/Phi/config.json

33 lines
503 B
JSON

{
"plugins": {
"Aircraft": {
"index": 100,
"component": "topics/Aircraft"
},
"Environment": {
"index": 200,
"component": "topics/Environment"
},
"Map": {
"index": 300,
"component": "topics/Map"
},
"Tools": {
"index": 400,
"component": "topics/Tools"
},
"Simulator": {
"index": 500,
"component": "topics/Simulator"
},
"Help": {
"index": 600,
"component": "topics/Help"
}
}
}