Interface ICurrencyRelated
Namespace: Eco.Gameplay.Economy.Contracts
Assembly: Eco.Gameplay.dll
Syntax
public interface ICurrencyRelated : IController, IViewController, IHasUniversalID, IThreadSafeSubscriptions, ISubscriptions<ThreadSafeSubscriptions>, ISubscriptions
Properties
AccountsBalanceUpdatedEvent
Declaration
ThreadSafeAction AccountsBalanceUpdatedEvent { get; }
Property Value
Type | Description |
---|---|
ThreadSafeAction |
NeededCurrencyToAccept
Declaration
IEnumerable<CurrencyInfo> NeededCurrencyToAccept { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<CurrencyInfo> |