C# 클래스 FelixDev.StardewMods.FeTK.Framework.Services.MoneyMailContent

Provides an API to interact with the content of an MoneyMail instance.
상속: MailContent, IMoneyMailContent
파일 보기 프로젝트 열기: Felix-Dev/StardewMods

공개 메소드들

메소드 설명
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