| 3029 | //---------------------------------------------------------------------------- |
| 3030 | |
| 3031 | void ShapeBase::writePacketData(GameConnection *connection, BitStream *stream) |
| 3032 | { |
| 3033 | Parent::writePacketData(connection, stream); |
| 3034 | |
| 3035 | stream->write(getEnergyLevel()); |
| 3036 | stream->write(mRechargeRate); |
| 3037 | } |
| 3038 | |
| 3039 | void ShapeBase::readPacketData(GameConnection *connection, BitStream *stream) |
| 3040 | { |