Property Sectors
- Namespace
- GuildWars2.Exploration.Maps
- Assembly
- GuildWars2.dll
Sectors
The sectors on the map. The key is the sector ID. The value is the sector.
public required IImmutableValueDictionary<int, Sector> Sectors { get; init; }
The sectors on the map. The key is the sector ID. The value is the sector.
public required IImmutableValueDictionary<int, Sector> Sectors { get; init; }