Class TftHudColorData
Inheritance
System.Object
TftHudColorData
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()
Assembly: LeagueToolkit.Meta.Classes.dll
public class TftHudColorData : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaContainer<Color> m1071572708 { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public Color m1112709039 { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public Color m1796874464 { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public Color m1828613696 { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public Color m3462462224 { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public Color m39160657 { get; set; }
Property Value
|
Improve this Doc
View Source
TftActiveButtonTextColor
Declaration
public Color TftActiveButtonTextColor { get; set; }
Property Value
|
Improve this Doc
View Source
TftActiveTextColor
Declaration
public Color TftActiveTextColor { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public Color TftChosenColor { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public Color TftFriendlyColor { get; set; }
Property Value
|
Improve this Doc
View Source
TftInactiveButtonTextColor
Declaration
public Color TftInactiveButtonTextColor { get; set; }
Property Value
|
Improve this Doc
View Source
TftInactiveTextColor
Declaration
public Color TftInactiveTextColor { get; set; }
Property Value
|
Improve this Doc
View Source
TftShopDropRateTextColorsList
Declaration
public MetaUnorderedContainer<Color> TftShopDropRateTextColorsList { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public Color TftThreeStarColor { get; set; }
Property Value
Implements