Property Maps
- Namespace
- GuildWars2.Exploration.Regions
- Assembly
- GW2SDK.dll
Maps
The maps in this region. The key is the map ID. The value is the map.
public required Dictionary<int, Map> Maps { get; init; }
Property Value
- Dictionary<int, Map>
The maps in this region. The key is the map ID. The value is the map.
public required Dictionary<int, Map> Maps { get; init; }