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

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

Public Methods

Method Description
CreateRoomMessage ( NetIncomingMessage im ) : System.Collections.Generic
CreateRoomMessage ( string name, string description ) : System.Collections.Generic
Decode ( NetIncomingMessage im ) : void
Encode ( NetOutgoingMessage om ) : void

Method Details

CreateRoomMessage() public method

public CreateRoomMessage ( NetIncomingMessage im ) : System.Collections.Generic
im Lidgren.Network.NetIncomingMessage
return System.Collections.Generic

CreateRoomMessage() public method

public CreateRoomMessage ( string name, string description ) : System.Collections.Generic
name string
description string
return System.Collections.Generic

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