C# Class Darkages.Network.ServerFormats.ServerFormat2C

Inheritance: NetworkFormat
Show file Open project: wren11/Dark-Ages-Private-Server

Public Properties

Property Type Description
Icon short
Slot byte
Text string

Public Methods

Method Description
Serialize ( NetworkPacketReader reader ) : void
Serialize ( NetworkPacketWriter writer ) : void
ServerFormat2C ( )
ServerFormat2C ( byte slot, short icon, string text )

Method Details

Serialize() public method

public Serialize ( NetworkPacketReader reader ) : void
reader NetworkPacketReader
return void

Serialize() public method

public Serialize ( NetworkPacketWriter writer ) : void
writer NetworkPacketWriter
return void

ServerFormat2C() public method

public ServerFormat2C ( )

ServerFormat2C() public method

public ServerFormat2C ( byte slot, short icon, string text )
slot byte
icon short
text string

Property Details

Icon public property

public short Icon
return short

Slot public property

public byte Slot
return byte

Text public property

public string Text
return string