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