| 76 | bstream->writeInt(ghostCount, NetConnection::GhostIdBitSize + 1); |
| 77 | } |
| 78 | void write(NetConnection *, BitStream *bstream) |
| 79 | { |
| 80 | bstream->write(sequence); |
| 81 | bstream->writeInt(message, 3); |
| 82 | bstream->writeInt(ghostCount, NetConnection::GhostIdBitSize + 1); |
| 83 | } |
| 84 | void unpack(NetConnection *, BitStream *bstream) |
| 85 | { |
| 86 | bstream->read(&sequence); |
no test coverage detected