Exemplo n.º 1
0
void RemoteProcessClient::writePlayerContext(const PlayerContext& playerContext) {
    writeBoolean(true);

    writeCars(playerContext.getCars());
    writeWorld(playerContext.getWorld());
}