SectorFileUpdater/updater/src/data_structure.js

24 lines
413 B
JavaScript
Raw Normal View History

2023-01-14 01:26:26 +01:00
var systemstructure = {
path: ""
};
var structure = {
region: 0,
file: 0,
installcreds: false, // Not yet implemented
installhoppie: false, // Not yet implemented
cid: {
save: true,
id: -1
},
password: {
save: true,
pass: ""
},
passwordhoppie: {
save: true,
pass: ""
},
currentInstalledAirac: 0,
version: "v1"
};