C# Class Bricklayer.Common.Networking.Messages.PlayerLeaveMessage

Inheritance: IMessage
Show file Open project: Cyral/Bricklayer Class Usage Examples

Public Methods

Method Description
Decode ( NetIncomingMessage im ) : void
Encode ( NetOutgoingMessage om ) : void
PlayerLeaveMessage ( NetIncomingMessage im ) : Lidgren.Network
PlayerLeaveMessage ( byte id ) : Lidgren.Network

Method Details

Decode() public method

public Decode ( NetIncomingMessage im ) : void
im Lidgren.Network.NetIncomingMessage
return void

Encode() public method

public Encode ( NetOutgoingMessage om ) : void
om Lidgren.Network.NetOutgoingMessage
return void

PlayerLeaveMessage() public method

public PlayerLeaveMessage ( NetIncomingMessage im ) : Lidgren.Network
im Lidgren.Network.NetIncomingMessage
return Lidgren.Network

PlayerLeaveMessage() public method

public PlayerLeaveMessage ( byte id ) : Lidgren.Network
id byte
return Lidgren.Network