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

Search Results for

    Class TftMobileLoginData

    Inheritance
    System.Object
    TftMobileLoginData
    Implements
    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 class TftMobileLoginData : IMetaClass

    Properties

    | Improve this Doc View Source

    DefaultLogo

    Declaration
    public MetaHash DefaultLogo { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    RegionalLogoMapping

    Declaration
    public Dictionary<uint, MetaHash> RegionalLogoMapping { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.UInt32, MetaHash>
    | Improve this Doc View Source

    Scene

    Declaration
    public MetaHash Scene { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    StatusText

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

    Implements

    IMetaClass