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

Search Results for

    Class StatStoneSet

    Inheritance
    System.Object
    StatStoneSet
    Implements
    ICatalogEntryOwner
    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 StatStoneSet : ICatalogEntryOwner, IMetaClass

    Properties

    | Improve this Doc View Source

    CatalogEntry

    Declaration
    public MetaEmbedded<CatalogEntry> CatalogEntry { get; set; }
    Property Value
    Type Description
    MetaEmbedded<CatalogEntry>
    | Improve this Doc View Source

    Name

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

    StatStones

    Declaration
    public MetaContainer<MetaObjectLink> StatStones { get; set; }
    Property Value
    Type Description
    MetaContainer<MetaObjectLink>

    Implements

    ICatalogEntryOwner
    IMetaClass