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

Search Results for

    Class EventCardDefinition

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

    Properties

    | Improve this Doc View Source

    Description

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

    DescriptionForOtherTeam

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

    DescriptionForSameTeam

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

    EventIcon

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

    Title

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

    TitleForOtherTeam

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

    TitleForSameTeam

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

    Implements

    IMetaClass