Enum TowerType
Type of tower (Match API).
Namespace:RiotSharp.MatchEndpoint.Enums
Assembly:RiotSharp.dll
Syntax
public enum TowerType : int
Fields
Name | Description |
---|---|
BaseTurret | Represents inhibitor turrets. |
InnerTurret | Represents inner turrets. |
NexusTurret | Represents nexus turrets. |
OuterTurret | Represents outer turrets. |
UndefinedTurret | Undefined turrets? |