Class TftMapSetData
Inheritance
System.Object
TftMapSetData
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()
Assembly: LeagueToolkit.Meta.Classes.dll
public class TftMapSetData : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public string AugmentContainerName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
AugmentContainerTexture
Declaration
public string AugmentContainerTexture { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public MetaContainer<TftMapCharacterList> CharacterLists { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string CoreName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string DisplayName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public MetaContainer<TftMapItemList> ItemLists { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public Class0x25427320 m3290910552 { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string ObjectName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public uint TftGameType { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public MetaContainer<TftMapTraitList> TraitLists { get; set; }
Property Value
Implements