Enum TeamColor
- Namespace
- GuildWars2.Wvw
- Assembly
- GW2SDK.dll
The team colors in World vs. World.
[JsonConverter(typeof(TeamColorJsonConverter))]
public enum TeamColor
Fields
Neutral = 0
The neutral color (white) for objectives that are not controlled by any team.
Blue = 1
The blue team color for objectives controlled by the blue team.
Red = 2
The red team color for objectives controlled by the red team.
Green = 3
The green team color for objectives controlled by the green team.