GameMap interface

Basic data for types of Maps available in the game.

Signature:

export interface GameMap 

Properties

mapId

The ID that refers to this map.

Type: Number


mapName

The name of this map.

Type: String


notes

Additional notes about the map.

Type: String