Class PostGameLabFields
Inheritance
System.Object
PostGameLabFields
Implements
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: LeagueToolkit.Meta.Classes
Assembly: LeagueToolkit.Meta.Classes.dll
Syntax
public class PostGameLabFields : IMetaClass
Properties
| Improve this Doc View SourceRatedIcons
Declaration
public Dictionary<uint, MetaHash> RatedIcons { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.UInt32, MetaHash> |
RatedLoadingIconVfx
Declaration
public MetaHash RatedLoadingIconVfx { get; set; }
Property Value
Type | Description |
---|---|
MetaHash |
RatedTierLocKeys
Declaration
public Dictionary<uint, string> RatedTierLocKeys { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.UInt32, System.String> |