VTC Simulation Object
{
vtcID: 21,
headquater: "kassel",
headquaterATS: "san_francisc",
balance: 963,
cities: [
{
name: "Kassel",
id: "kassel",
game: 1,
companies: [
"bcp",
"tradeaux"
]
}
],
jobs: [Simulation Job Object],
market: [Simulation Job Object],
finance: [Simulation Finances Object]
}
| Parameter | Type |
|---|---|
vtcID | Number |
headquater | String |
headquaterATS | String |
balance | Number |
cities | Array |
cities.name | String |
cities.id | String |
cities.game | Number |
cities.companies | Array |
jobs | Simulation Job Object |
market | Simulation Job Object |
finance | Simulation Finances Object |