Class BaseLoadoutData
Inheritance
System.Object
BaseLoadoutData
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 abstract class BaseLoadoutData : ICatalogEntryOwner, IMetaClass
Properties
| Improve this Doc View SourceCatalogEntry
Declaration
public MetaEmbedded<CatalogEntry> CatalogEntry { get; set; }
Property Value
Type | Description |
---|---|
MetaEmbedded<CatalogEntry> |
DescriptionTraKey
Declaration
public string DescriptionTraKey { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NameTraKey
Declaration
public string NameTraKey { get; set; }
Property Value
Type | Description |
---|---|
System.String |