C# 클래스 MiningGame.Code.Interfaces.ChatEntry

파일 보기 프로젝트 열기: geel9/Minor-Destruction 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
framesUntilDeath int
playerChat string
playerColor Color
playerName string
teamChat bool

공개 메소드들

메소드 설명
ChatEntry ( string name, string text, Color playercolor, bool team ) : System

메소드 상세

ChatEntry() 공개 메소드

public ChatEntry ( string name, string text, Color playercolor, bool team ) : System
name string
text string
playercolor Color
team bool
리턴 System

프로퍼티 상세

framesUntilDeath 공개적으로 프로퍼티

public int framesUntilDeath
리턴 int

playerChat 공개적으로 프로퍼티

public string playerChat
리턴 string

playerColor 공개적으로 프로퍼티

public Color playerColor
리턴 Color

playerName 공개적으로 프로퍼티

public string playerName
리턴 string

teamChat 공개적으로 프로퍼티

public bool teamChat
리턴 bool