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

Search Results for

    Class ObjectiveVotetTallyData

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

    Properties

    | Improve this Doc View Source

    CountBg

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

    ForCount

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

    ForCountIcon

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

    RejectCount

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

    RejectCountIcon

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

    VfxPlayerFor

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

    VfxPlayerReject

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

    Implements

    IMetaClass