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

Search Results for

    Class BaseLoadoutData

    Inheritance
    System.Object
    BaseLoadoutData
    Class0x6d1d4b10
    CompanionData
    ISkinAugment
    ModeProgressionRewardData
    RegaliaData
    StatStoneData
    StrawberryLoadoutItem
    StrawberryMap
    TftDamageSkin
    TftMapSkin
    TftPlaybook
    TftZoomSkin
    TrophyData
    TrophyPedestalData
    Implements
    ICatalogEntryOwner
    IMetaClass
    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 abstract class BaseLoadoutData : ICatalogEntryOwner, IMetaClass

    Properties

    | Improve this Doc View Source

    CatalogEntry

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

    DescriptionTraKey

    Declaration
    public string DescriptionTraKey { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    NameTraKey

    Declaration
    public string NameTraKey { get; set; }
    Property Value
    Type Description
    System.String

    Implements

    ICatalogEntryOwner
    IMetaClass