Class LobbyPlayerListMessage
Used to communicate the players currently in the lobby. Sends only
Inheritance
System.Object
LobbyPlayerListMessage
Namespace: LlamaSoftware.Chat.Demo.Model
Assembly: LlamaSoftware.Chat.Demo.Model.dll
Syntax
public class LobbyPlayerListMessage : MessageBase
Constructors
LobbyPlayerListMessage(List<Player>)
Declaration
public LobbyPlayerListMessage(List<Player> Players)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<Player> | Players |
Fields
Players
List of players in the lobby.
Declaration
public List<Player> Players
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<Player> |
Methods
Deserialize(NetworkReader)
Declaration
public override void Deserialize(NetworkReader reader)
Parameters
Type | Name | Description |
---|---|---|
NetworkReader | reader |
Serialize(NetworkWriter)
Declaration
public override void Serialize(NetworkWriter writer)
Parameters
Type | Name | Description |
---|---|---|
NetworkWriter | writer |