mirror of
https://github.com/JustusPlays78/SectorFileUpdater.git
synced 2025-05-02 22:19:50 +00:00
29 lines
468 B
JavaScript
29 lines
468 B
JavaScript
var systemstructure = {
|
|
path: ""
|
|
};
|
|
|
|
var structure = {
|
|
region: 0,
|
|
file: 0,
|
|
installcreds: false,
|
|
installhoppie: false, // Not yet implemented
|
|
realname: {
|
|
save: false,
|
|
name: ""
|
|
},
|
|
cid: {
|
|
save: false,
|
|
id: -1
|
|
},
|
|
password: {
|
|
save: false,
|
|
pass: ""
|
|
},
|
|
passwordhoppie: {
|
|
save: false,
|
|
pass: ""
|
|
},
|
|
rating: 0,
|
|
currentInstalledAirac: 0,
|
|
version: "1"
|
|
}; |