Ajout infos vaisseaux

This commit is contained in:
Gabriel
2023-05-31 11:21:49 +02:00
parent 6d17b302d6
commit 84682ddc30
2 changed files with 23 additions and 8 deletions

View File

@@ -65,7 +65,7 @@ class Cargo {
factory Cargo.fromJson(Map<String, dynamic> json) {
return Cargo(
capacity: json['capacity'],
units: json['unit'],
units: json['units'],
//inventory: json.decode(json['inventory']),
);
}