Class StaticChampionInfo
Inheritance
System.Object
StaticChampionInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Oasys.Common.Tools
Assembly: Oasys.Common.dll
Syntax
public static class StaticChampionInfo
Fields
CurrentChampionInfo
Declaration
public static StaticChampionInfo.ChampionInfo CurrentChampionInfo
Field Value
Type | Description |
---|---|
StaticChampionInfo.ChampionInfo |
Properties
Champions
Declaration
public static List<StaticChampionInfo.ChampionInfo> Champions { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<StaticChampionInfo.ChampionInfo> |
JhinAttackSpeed
Declaration
public static Dictionary<int, float> JhinAttackSpeed { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.Int32, System.Single> |