mirror of
https://github.com/JustusPlays78/SectorFileUpdater.git
synced 2025-05-03 22:49:42 +00:00
24 lines
413 B
JavaScript
24 lines
413 B
JavaScript
|
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"
|
||
|
};
|