Show / Hide Table of Contents

Class InfoStatic

Basic information for a champion (Static API).

Inheritance
System.Object
InfoStatic
Namespace:RiotSharp.StaticDataEndpoint
Assembly:RiotSharp.dll
Syntax
public class InfoStatic : object

Properties

Attack

Number between 1 and 10 representing the attack power of a champion.

Declaration
public int Attack { get; set; }
Property Value
Type Description
System.Int32

Defense

Number between 1 and 10 representing the defense power of a champion.

Declaration
public int Defense { get; set; }
Property Value
Type Description
System.Int32

Difficulty

Number between 1 and 10 representing the difficulty of a champion.

Declaration
public int Difficulty { get; set; }
Property Value
Type Description
System.Int32

Magic

Number between 1 and 10 representing the magic power of a champion.

Declaration
public int Magic { get; set; }
Property Value
Type Description
System.Int32
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX