| 109 | } |
| 110 | |
| 111 | void afxCameraPuppetData::packData(BitStream* stream) |
| 112 | { |
| 113 | Parent::packData(stream); |
| 114 | |
| 115 | stream->writeString(cam_spec); |
| 116 | stream->write(networking); |
| 117 | } |
| 118 | |
| 119 | void afxCameraPuppetData::unpackData(BitStream* stream) |
| 120 | { |
nothing calls this directly
no test coverage detected