Table of Contents

Property Facts

Namespace
GuildWars2.Hero.Builds
Assembly
GW2SDK.dll

Facts

The list of trait behaviors. For example, if the current trait grants a boon, this list will contain a Buff fact describing the boon. The list type is abstract, the derived types are documented in the Facts namespace.

public required IReadOnlyList<Fact>? Facts { get; init; }

Property Value

IReadOnlyList<Fact>