C# Класс FelixDev.StardewMods.FeTK.Framework.Services.MoneyMailContent

Provides an API to interact with the content of an MoneyMail instance.
Наследование: MailContent, IMoneyMailContent
Показать файл Открыть проект

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

Метод Описание
MoneyMailContent ( string text, int attachedMoney, Currency currency ) : FelixDev.StardewMods.Common.StardewValley

Create a new instance of the MoneyMailContent class.

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

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

Create a new instance of the MoneyMailContent class.
The specified is null. /// The specified is less than zero -or- /// the specified is invalid. ///
public MoneyMailContent ( string text, int attachedMoney, Currency currency ) : FelixDev.StardewMods.Common.StardewValley
text string The text content of the mail.
attachedMoney int The monetary value attached to the mail.
currency Currency The currency of the .
Результат FelixDev.StardewMods.Common.StardewValley