Class PerkSlot
Inheritance
System.Object
PerkSlot
Implements
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 PerkSlot : IMetaClass
Properties
| Improve this Doc View SourcePerks
Declaration
public MetaContainer<MetaObjectLink> Perks { get; set; }
Property Value
Type | Description |
---|---|
MetaContainer<MetaObjectLink> |
SlotLabelKey
Declaration
public string SlotLabelKey { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
Declaration
public uint Type { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |