The client sends this message to report the game result. More...
Public Member Functions | |
override void | Serialize (Serializer serializer, BitStream stream) |
The message serialization (writing and reading). More... | |
Public Attributes | |
Byte[] | Data |
Game result data More... | |
Static Public Attributes | |
const int | MaxSize = 20 * 1024 |
The maximum size of the game result object. More... | |
The client sends this message to report the game result.
|
inlinevirtual |
The message serialization (writing and reading).
serializer | Quantum protocol serializer |
stream | The bitstream to write to or read from |
Implements Photon.Deterministic.Protocol.Message.
|
static |
The maximum size of the game result object.
Byte [] Photon.Deterministic.Protocol.GameResult.Data |
Game result data