C# 클래스 hds.WorldsPack

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

공개 메소드들

메소드 설명
WorldsPack ( ) : System
addWorld ( string worldName, int worldId, int worldStatus, int worldStyle, int worldPopulation ) : void
getByteContents ( ) : byte[]
getTotalSize ( ) : int

메소드 상세

WorldsPack() 공개 메소드

public WorldsPack ( ) : System
리턴 System

addWorld() 공개 메소드

public addWorld ( string worldName, int worldId, int worldStatus, int worldStyle, int worldPopulation ) : void
worldName string
worldId int
worldStatus int
worldStyle int
worldPopulation int
리턴 void

getByteContents() 공개 메소드

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

getTotalSize() 공개 메소드

public getTotalSize ( ) : int
리턴 int