Constructor Coin
- Namespace
- GuildWars2
- Assembly
- GW2SDK.dll
Coin(int, int, int)
Initializes a new instance of the Coin struct with the specified amount of gold, silver, and copper coins.
public Coin(int gold, int silver, int copper)
Parameters
gold
intThe amount of gold coins.
silver
intThe amount of silver coins.
copper
intThe amount of copper coins.
Coin(int, int)
Initializes a new instance of the Coin struct with the specified amount of silver and copper coins.
public Coin(int silver, int copper)
Parameters
Coin(int)
Initializes a new instance of the Coin struct with the specified amount of copper coins.
public Coin(int amount)
Parameters
amount
intThe total number of copper coins.