C# 클래스 OpenRA.Chat.ChatUser

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

공개 프로퍼티들

프로퍼티 타입 설명
IsOp bool
IsVoiced bool
Name string

공개 메소드들

메소드 설명
ChatUser ( string name, bool isOp, bool isVoice ) : System

메소드 상세

ChatUser() 공개 메소드

public ChatUser ( string name, bool isOp, bool isVoice ) : System
name string
isOp bool
isVoice bool
리턴 System

프로퍼티 상세

IsOp 공개적으로 프로퍼티

public bool IsOp
리턴 bool

IsVoiced 공개적으로 프로퍼티

public bool IsVoiced
리턴 bool

Name 공개적으로 프로퍼티

public string Name
리턴 string