Enum PvpResult
- Namespace
- GuildWars2.Pvp.Games
- Assembly
- GW2SDK.dll
The result of a PvP match.
[JsonConverter(typeof(PvpResultJsonConverter))]
public enum PvpResult
Fields
Victory = 1
Your team won.
Defeat = 2
Your team lost.
Bye = 3
The other team forfeited.
Forfeit = 4
Your team forfeited.
Desertion = 5
You deserted your team.