League Toolkit League Toolkit
League Toolkit League Toolkit
DocFX + Singulink = ♥

Search Results for

    Class DeathRecapShowcaseSlotKdaData

    Inheritance
    System.Object
    DeathRecapShowcaseSlotData
    DeathRecapShowcaseSlotKdaData
    Implements
    IMetaClass
    Inherited Members
    DeathRecapShowcaseSlotData.SlotGroup
    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 DeathRecapShowcaseSlotKdaData : DeathRecapShowcaseSlotData, IMetaClass

    Properties

    | Improve this Doc View Source

    Bounty

    Declaration
    public MetaEmbedded<UiMetricUnitBounty> Bounty { get; set; }
    Property Value
    Type Description
    MetaEmbedded<UiMetricUnitBounty>
    | Improve this Doc View Source

    Kda

    Declaration
    public MetaEmbedded<UiMetricUnitKda> Kda { get; set; }
    Property Value
    Type Description
    MetaEmbedded<UiMetricUnitKda>
    | Improve this Doc View Source

    TitleText

    Declaration
    public MetaHash TitleText { get; set; }
    Property Value
    Type Description
    MetaHash

    Implements

    IMetaClass