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

상속: SagaLib.Packet
파일 보기 프로젝트 열기: Willyham/SagaRO2

공개 메소드들

메소드 설명
SendWhisper ( int textLength ) : System
SetMessage ( string text ) : void
SetName ( string name ) : void
SetUnknown ( byte u ) : void

메소드 상세

SendWhisper() 공개 메소드

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

SetMessage() 공개 메소드

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

SetName() 공개 메소드

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

SetUnknown() 공개 메소드

public SetUnknown ( byte u ) : void
u byte
리턴 void