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

Search Results for

    Class TftShopData

    Inheritance
    System.Object
    TftShopData
    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 TftShopData : IMetaClass

    Properties

    | Improve this Doc View Source

    AbilityIconPath

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

    AbilityNameTra

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

    BaseCost

    Declaration
    public int BaseCost { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    BaseCurrency

    Declaration
    public byte BaseCurrency { get; set; }
    Property Value
    Type Description
    System.Byte
    | Improve this Doc View Source

    DescriptionTra

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

    DisplayNameTra

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

    Name

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

    PcSplashPath

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

    Rarity

    Declaration
    public byte Rarity { get; set; }
    Property Value
    Type Description
    System.Byte
    | Improve this Doc View Source

    SellMobileOverwriteTra

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

    SellOverwriteTra

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

    SquareSplashPath

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

    TeamPlannerPortraitPath

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

    TeamPlannerSplashPath

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

    Implements

    IMetaClass