Class Economy
Obsolete, please use EconomyService.Instance
Inherited Members
Namespace: Unity.Services.Economy
Assembly: Unity.Services.Economy.dll
Syntax
[Obsolete("The interface provided by Economy has moved to EconomyService.Instance, and should be accessed from there instead. This API will be removed in an upcoming release.", false)]
public static class Economy
Fields
Configuration
Obsolete, please use EconomyService.Instance
Declaration
[Obsolete("The interface provided by Economy.Configuration has been replaced by EconomyService.Instance.Configuration, and should be accessed from there instead. This API will be removed in an upcoming release.", false)]
public static Configuration Configuration
Field Value
Type | Description |
---|---|
Configuration |
PlayerBalances
Obsolete, please use EconomyService.Instance
Declaration
[Obsolete("The interface provided by Economy.PlayerBalances has been replaced by EconomyService.Instance.PlayerBalances, and should be accessed from there instead. This API will be removed in an upcoming release.", false)]
public static PlayerBalances PlayerBalances
Field Value
Type | Description |
---|---|
PlayerBalances |
PlayerInventory
Obsolete, please use EconomyService.Instance
Declaration
[Obsolete("The interface provided by Economy.PlayerInventory has been replaced by EconomyService.Instance.PlayerInventory, and should be accessed from there instead. This API will be removed in an upcoming release.", false)]
public static PlayerInventory PlayerInventory
Field Value
Type | Description |
---|---|
PlayerInventory |
Purchases
Obsolete, please use EconomyService.Instance
Declaration
[Obsolete("The interface provided by Economy.Purchases has been replaced by EconomyService.Instance.Purchases, and should be accessed from there instead. This API will be removed in an upcoming release.", false)]
public static Purchases Purchases
Field Value
Type | Description |
---|---|
Purchases |