Class BlockUnblockPlayerMessage
to add / remove players from their block list.
Inheritance
System.Object
BlockUnblockPlayerMessage
Assembly: LlamaSoftware.Chat.Model.dll
Syntax
public class BlockUnblockPlayerMessage : MessageBase
Fields
PlayerId
Declaration
Field Value
Type |
Description |
System.String |
|
Unblock
If true, removes the player from the block list. If false, adds them.
Declaration
Field Value
Type |
Description |
System.Boolean |
|
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 |
|
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|