Class EconomyService
Provides access to the economy service
Inherited Members
Namespace: Unity.Services.Economy
Assembly: Unity.Services.Economy.dll
Syntax
public static class EconomyService
Properties
Instance
Singleton of the Economy Service
Declaration
public static IEconomyService Instance { get; }
Property Value
Type | Description |
---|---|
IEconomyService |
Exceptions
Type | Condition |
---|---|
ServicesInitializationException | Throws ServicesInitializationException if the service has not been initailized |