OBJECT
GameMap
A single map for the game.
link GraphQL Schema definition
- type GameMap {
- # The ID of the map.
- Int! :
- # The localized name of the map. Will be null if no localization information
- # exists for the map.
- String :
- # The image for the map. Will be null if no file information exists for the map.
- String :
- # The scale factor for the map.
- Int :
- # The x offset for the map.
- Int :
- # The y offset for the map.
- Int :
- }