C# Class FelixDev.StardewMods.FeTK.Framework.Services.MoneyMailContent

Provides an API to interact with the content of an MoneyMail instance.
Inheritance: MailContent, IMoneyMailContent
Show file Open project: Felix-Dev/StardewMods

Public Methods

Method Description
MoneyMailContent ( string text, int attachedMoney, Currency currency ) : FelixDev.StardewMods.Common.StardewValley

Create a new instance of the MoneyMailContent class.

Method Details

MoneyMailContent() public method

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 .
return FelixDev.StardewMods.Common.StardewValley