C# 클래스 SagaMap.Packets.Server.SendChat

상속: SagaLib.Packet
파일 보기 프로젝트 열기: Willyham/SagaRO2 1 사용 예제들

공개 메소드들

메소드 설명
SendChat ( int textLength ) : System
SetMessage ( string text ) : void
SetMessageType ( MESSAGE_TYPE type ) : void
SetName ( string name ) : void

메소드 상세

SendChat() 공개 메소드

public SendChat ( int textLength ) : System
textLength int
리턴 System

SetMessage() 공개 메소드

public SetMessage ( string text ) : void
text string
리턴 void

SetMessageType() 공개 메소드

public SetMessageType ( MESSAGE_TYPE type ) : void
type MESSAGE_TYPE
리턴 void

SetName() 공개 메소드

public SetName ( string name ) : void
name string
리턴 void