C# 클래스 hds.CharacterPack

파일 보기 프로젝트 열기: hdneo/mxo-hd 1 사용 예제들

공개 메소드들

메소드 설명
CharacterPack ( ) : System
addCharacter ( string charName, int charId, int status, int serverId ) : void
getByteContents ( ) : byte[]
getPackLength ( ) : int
setTotalChars ( int total ) : void

메소드 상세

CharacterPack() 공개 메소드

public CharacterPack ( ) : System
리턴 System

addCharacter() 공개 메소드

public addCharacter ( string charName, int charId, int status, int serverId ) : void
charName string
charId int
status int
serverId int
리턴 void

getByteContents() 공개 메소드

public getByteContents ( ) : byte[]
리턴 byte[]

getPackLength() 공개 메소드

public getPackLength ( ) : int
리턴 int

setTotalChars() 공개 메소드

public setTotalChars ( int total ) : void
total int
리턴 void