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

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

공개 메소드들

메소드 설명
RegisterFriendlistChar ( ) : System
SetClvl ( byte clvl ) : void
SetJlvl ( byte jlvl ) : void
SetJob ( byte job ) : void
SetMap ( byte map ) : void
SetName ( string name ) : void
SetReason ( byte reason ) : void

메소드 상세

RegisterFriendlistChar() 공개 메소드

public RegisterFriendlistChar ( ) : System
리턴 System

SetClvl() 공개 메소드

public SetClvl ( byte clvl ) : void
clvl byte
리턴 void

SetJlvl() 공개 메소드

public SetJlvl ( byte jlvl ) : void
jlvl byte
리턴 void

SetJob() 공개 메소드

public SetJob ( byte job ) : void
job byte
리턴 void

SetMap() 공개 메소드

public SetMap ( byte map ) : void
map byte
리턴 void

SetName() 공개 메소드

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

SetReason() 공개 메소드

public SetReason ( byte reason ) : void
reason byte
리턴 void