Class IncrementalPurchaseDialog
Inheritance
System.Object
IncrementalPurchaseDialog
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 IncrementalPurchaseDialog : PurchaseDialogBase, IMetaClass
Properties
|
Improve this Doc
View Source
IncrementalBodyText
Declaration
public MetaHash IncrementalBodyText { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash IncrementalCloseButtonRegion { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash IncrementalDownButton { get; set; }
Property Value
|
Improve this Doc
View Source
IncrementalLimitText
Declaration
public MetaHash IncrementalLimitText { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash IncrementalPurchaseItemIcon { get; set; }
Property Value
|
Improve this Doc
View Source
IncrementalQtyText
Declaration
public MetaHash IncrementalQtyText { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash IncrementalScene { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash IncrementalTenDownButton { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash IncrementalTenUpButton { get; set; }
Property Value
|
Improve this Doc
View Source
IncrementalTitleText
Declaration
public MetaHash IncrementalTitleText { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash IncrementalUpButton { get; set; }
Property Value
Implements