Liberi
An exergame built for kids with CP!
GameMessage Class Reference

A class for serializing game data into a stream for propagation between objects and peers. More...

Inherits NetBuffer.

Public Member Functions

void FinishReading ()
 Set the read / write position to 0 so the next user won't run over. More...
 

Detailed Description

A class for serializing game data into a stream for propagation between objects and peers.

Extends from NetBuffer, which has most of the functionality we need.

Definition at line 14 of file GameMessage.cs.

Member Function Documentation

void GameMessage.FinishReading ( )
inline

Set the read / write position to 0 so the next user won't run over.

Definition at line 19 of file GameMessage.cs.


The documentation for this class was generated from the following file: