Class EconomyInstance
Implements
Inherited Members
Namespace: Unity.Services.Economy
Assembly: solution.dll
Syntax
public class EconomyInstance : IEconomyService
Properties
Name | Description |
---|---|
Configuration | The Configuration methods allow you to access the global Economy configuration for your game. |
PlayerBalances | The PlayerBalances methods provide access to the current player's balances, and allow you to update them. |
PlayerInventory | The PlayerInventory methods provide access to the current player's inventory items, and allow you to update them. |
Purchases | The Purchases methods allow you to make virtual and real world purchases. |