C# Class ExampleMod.ExampleCustomCurrency

Inheritance: CustomCurrencySingleCoin
Mostrar archivo Open project: bluemagic123/tModLoader

Public Properties

Property Type Description
ExampleCustomCurrencyTextColor Color

Public Methods

Method Description
ExampleCustomCurrency ( int coinItemID, long currencyCap ) : Microsoft.Xna.Framework
GetPriceText ( string lines, int &currentLine, int price ) : void

Method Details

ExampleCustomCurrency() public method

public ExampleCustomCurrency ( int coinItemID, long currencyCap ) : Microsoft.Xna.Framework
coinItemID int
currencyCap long
return Microsoft.Xna.Framework

GetPriceText() public method

public GetPriceText ( string lines, int &currentLine, int price ) : void
lines string
currentLine int
price int
return void

Property Details

ExampleCustomCurrencyTextColor public_oe property

public Color ExampleCustomCurrencyTextColor
return Color