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

Search Results for

    Class LolModesTeamConfig

    Inheritance
    System.Object
    IGameModeConfigBase
    IGameModeConfig
    LolModesTeamConfig
    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 LolModesTeamConfig : IGameModeConfig, IMetaClass

    Properties

    | Improve this Doc View Source

    ByeTeamDisplayData

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

    m909277418

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

    MaxTeams

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

    StartingHealth

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

    TeamDisplayData

    Declaration
    public MetaUnorderedContainer<MetaEmbedded<LolModesTeamDisplayData>> TeamDisplayData { get; set; }
    Property Value
    Type Description
    MetaUnorderedContainer<MetaEmbedded<LolModesTeamDisplayData>>

    Implements

    IMetaClass