C# Class Darkages.Network.ServerFormats.ServerFormat2C

Inheritance: NetworkFormat
ファイルを表示 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_oe property

public short Icon
return short

Slot public_oe property

public byte Slot
return byte

Text public_oe property

public string Text
return string