Class TftItemCombineTooltipData
Inheritance
System.Object
TftItemCombineTooltipData
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 TftItemCombineTooltipData : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaHash ChampionIcon { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ChampionName { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ComponentIcons { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash FourstarBadge { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ItemIconOne { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ItemIconTwo { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash OnestarBadge { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash Scene { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ThreestarBadge { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash TwostarBadge { get; set; }
Property Value
Implements