Enum WardType
Type of the ward (Match API).
Namespace:RiotSharp.MatchEndpoint.Enums
Assembly:RiotSharp.dll
Syntax
public enum WardType : int
Fields
Name | Description |
---|---|
BlueTrinket | Corresponds to a blue trinket. |
SightWard | Corresponds to green wards. |
TeemoMushroom | Corresponds to Teemo's mushrooms. |
Undefined | Undefined. |
VisionWard | Corresponds to pink wards. |
YellowTrinket | Corresponds to warding totems. |
YellowTrinketUpgrade | Corresponds to upgraded warding totems. |