Class CurrencyDefinition
Definition of an in-game currency.
Inheritance
System.Object
CurrencyDefinition
Namespace: Den.Dev.Grunt.Models.HaloInfinite
Assembly: Den.Dev.Grunt.dll
Syntax
[[Den.Dev.Grunt.Models.IsAutomaticallySerializable]]
[[System.Runtime.CompilerServices.Nullable(0)]]
[[System.Runtime.CompilerServices.NullableContext(2)]]
public class CurrencyDefinition
Constructors
Name | Description |
---|---|
CurrencyDefinition() |
Properties
Name | Description |
---|---|
Id | Gets or sets the currency ID. |
InitialBalanceAmount | Gets or sets the initial currency balance. |
MicrosoftStore | Gets or sets the Microsoft Store inventory for the currency. |
MSStoreProducts | Gets or sets the list of Microsoft Store products associated with the currency. |
SteamInventory | Gets or sets the Steam Store inventory for the currency. |
SteamStoreProducts | Gets or sets the list of Steam Store products associated with the currency. |