Payphone array
This commit is contained in:
@@ -35,6 +35,7 @@ let defaultNoAccountId = 1;
|
|||||||
* @property {Array.<JobData>} jobs
|
* @property {Array.<JobData>} jobs
|
||||||
* @property {Array.<GateData>} gates
|
* @property {Array.<GateData>} gates
|
||||||
* @property {Array.<RadioStationData>} radioStations
|
* @property {Array.<RadioStationData>} radioStations
|
||||||
|
* @property {Array.<PayPhoneData>} payPhones
|
||||||
* @property {Array} locales
|
* @property {Array} locales
|
||||||
* @property {Array} localeStrings
|
* @property {Array} localeStrings
|
||||||
* @property {Array} groundItemCache
|
* @property {Array} groundItemCache
|
||||||
@@ -60,6 +61,7 @@ let serverData = {
|
|||||||
jobs: [],
|
jobs: [],
|
||||||
gates: [],
|
gates: [],
|
||||||
radioStations: [],
|
radioStations: [],
|
||||||
|
payPhones: [],
|
||||||
localeStrings: {},
|
localeStrings: {},
|
||||||
groundItemCache: [],
|
groundItemCache: [],
|
||||||
groundPlantCache: [],
|
groundPlantCache: [],
|
||||||
|
|||||||
Reference in New Issue
Block a user