C# Class hds.WorldsPack

显示文件 Open project: hdneo/mxo-hd Class Usage Examples

Public Methods

Method Description
WorldsPack ( ) : System
addWorld ( string worldName, int worldId, int worldStatus, int worldStyle, int worldPopulation ) : void
getByteContents ( ) : byte[]
getTotalSize ( ) : int

Method Details

WorldsPack() public method

public WorldsPack ( ) : System
return System

addWorld() public method

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

getByteContents() public method

public getByteContents ( ) : byte[]
return byte[]

getTotalSize() public method

public getTotalSize ( ) : int
return int