Table of Contents

Property Regions

Namespace
GuildWars2.Exploration.Floors
Assembly
GW2SDK.dll

Regions

The regions that are available on this floor. The key is the region ID, the value is the region.

public required Dictionary<int, Region> Regions { get; init; }

Property Value

Dictionary<int, Region>