Class TftTrovesBannerData
Inheritance
System.Object
TftTrovesBannerData
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 TftTrovesBannerData : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public string ActivationDateTime { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
BackgroundTexturePath
Declaration
public string BackgroundTexturePath { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public MetaObjectLink BannerCurrency { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string BannerCurrencyId { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
BannerTexturePath
Declaration
public string BannerTexturePath { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public MetaObjectLink CelebrationTheme { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaObjectLink ChaseTable { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string DeactivationDateTime { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string DescriptionTraKey { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string m3779576216 { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public bool m4224327019 { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public string MythicTokenOfferId { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string NameTraKey { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string PityCounterId { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public uint PityThreshold { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
PlatformTexturePath
Declaration
public string PlatformTexturePath { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public MetaObjectLink RootTable { get; set; }
Property Value
|
Improve this Doc
View Source
ThumbnailTexturePath
Declaration
public string ThumbnailTexturePath { get; set; }
Property Value
Type |
Description |
System.String |
|
Implements