C# 클래스 SagaLogin.Packets.Server.SendCharList

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

공개 메소드들

메소드 설명
AddChar ( uint charID, string charName, RaceType charRace, uint cExp, JobType job, byte pendingDeletion ) : void
SendCharList ( ) : System
SetCharCountAllServer ( byte count ) : void
SetServerName ( string serverName ) : void

메소드 상세

AddChar() 공개 메소드

public AddChar ( uint charID, string charName, RaceType charRace, uint cExp, JobType job, byte pendingDeletion ) : void
charID uint
charName string
charRace RaceType
cExp uint
job JobType
pendingDeletion byte
리턴 void

SendCharList() 공개 메소드

public SendCharList ( ) : System
리턴 System

SetCharCountAllServer() 공개 메소드

public SetCharCountAllServer ( byte count ) : void
count byte
리턴 void

SetServerName() 공개 메소드

public SetServerName ( string serverName ) : void
serverName string
리턴 void