C# 클래스 OpenRA.Mods.Common.Widgets.ChatLine

파일 보기 프로젝트 열기: OpenRA/OpenRA

공개 프로퍼티들

프로퍼티 타입 설명
Color Color
Expiration int
Owner string

공개 메소드들

메소드 설명
ChatLine ( string owner, string text, int expiration, Color color ) : System

메소드 상세

ChatLine() 공개 메소드

public ChatLine ( string owner, string text, int expiration, Color color ) : System
owner string
text string
expiration int
color Color
리턴 System

프로퍼티 상세

Color 공개적으로 프로퍼티

public Color Color
리턴 Color

Expiration 공개적으로 프로퍼티

public int Expiration
리턴 int

Owner 공개적으로 프로퍼티

public string Owner
리턴 string