C# Класс ExampleMod.ExampleCustomCurrency

Наследование: CustomCurrencySingleCoin
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
ExampleCustomCurrencyTextColor Color

Открытые методы

Метод Описание
ExampleCustomCurrency ( int coinItemID, long currencyCap ) : Microsoft.Xna.Framework
GetPriceText ( string lines, int &currentLine, int price ) : void

Описание методов

ExampleCustomCurrency() публичный Метод

public ExampleCustomCurrency ( int coinItemID, long currencyCap ) : Microsoft.Xna.Framework
coinItemID int
currencyCap long
Результат Microsoft.Xna.Framework

GetPriceText() публичный Метод

public GetPriceText ( string lines, int &currentLine, int price ) : void
lines string
currentLine int
price int
Результат void

Описание свойств

ExampleCustomCurrencyTextColor публичное свойство

public Color ExampleCustomCurrencyTextColor
Результат Color