C# 클래스 BolterLibrary.Chat

파일 보기 프로젝트 열기: usagiuke/BolterV2

공개 메소드들

메소드 설명
GetChatLine ( ) : string
GetRawChat ( ) : string
GetRawName ( ) : string
IsNewLine ( ) : bool
SendCommand ( string TextCommand ) : void

메소드 상세

GetChatLine() 공개 메소드

public GetChatLine ( ) : string
리턴 string

GetRawChat() 공개 메소드

public GetRawChat ( ) : string
리턴 string

GetRawName() 공개 메소드

public GetRawName ( ) : string
리턴 string

IsNewLine() 공개 메소드

public IsNewLine ( ) : bool
리턴 bool

SendCommand() 공개 정적인 메소드

public static SendCommand ( string TextCommand ) : void
TextCommand string
리턴 void