Click or drag to resize
MapBonuses Property
View Project on GitHub
A list of all bonuses being granted by this map. If no player team owns a bonus from the map, this list is empty.

Namespace: GW2CSharp.V2.Unauthenticated.WvW
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public List<Bonus> Bonuses { get; set; }

Property Value

Type: ListBonus
See Also