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

Provides an API to interact with the content of a Mail instance.
상속: IMailContent
파일 보기 프로젝트 열기: Felix-Dev/StardewMods 1 사용 예제들

공개 메소드들

메소드 설명
MailContent ( string text ) : System

Create a new instance of the MailContent class.

메소드 상세

MailContent() 공개 메소드

Create a new instance of the MailContent class.
The specified is null.
public MailContent ( string text ) : System
text string The text content of the mail.
리턴 System