Class MapStatic
Class representing a map (Static API).
Inheritance
System.Object
MapStatic
Namespace:RiotSharp.StaticDataEndpoint
Assembly:RiotSharp.dll
Syntax
public class MapStatic : object
Properties
Image
Map image.
Declaration
public ImageStatic Image { get; set; }
Property Value
| Type | Description |
|---|---|
| ImageStatic |
MapId
Map id.
Declaration
public int MapId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
MapName
Map name.
Declaration
public string MapName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
UnpurchasableItemList
List of ids of the unpurchasable items.
Declaration
public List<int> UnpurchasableItemList { get; set; }
Property Value
| Type | Description |
|---|---|
| List<><System.Int32> |