Property Facts
- Namespace
- GuildWars2.Hero.Builds
- Assembly
- GW2SDK.dll
Facts
The list of skill behaviors. For example, if the current skill is a ranged attack, this list will contain a Range to indicate the maximum range. The list type is abstract, the derived types are documented in the Facts namespace.
public required IReadOnlyList<Fact>? Facts { get; init; }