Class CurrencyPair
Inheritance
System.Object
CurrencyPair
Namespace: Eco.Gameplay.Economy.Trackers
Assembly: Eco.Gameplay.dll
Syntax
public sealed class CurrencyPair : ValueType
Constructors
CurrencyPair(Currency, Currency)
Declaration
public CurrencyPair(Currency c1, Currency c2)
Parameters
| Type | Name | Description |
|---|---|---|
| Currency | c1 | |
| Currency | c2 |
Fields
C1
Declaration
public Currency C1
Field Value
| Type | Description |
|---|---|
| Currency |
C2
Declaration
public Currency C2
Field Value
| Type | Description |
|---|---|
| Currency |