| 99 | } |
| 100 | |
| 101 | void afxPlayerPuppetData::packData(BitStream* stream) |
| 102 | { |
| 103 | Parent::packData(stream); |
| 104 | |
| 105 | stream->writeString(obj_spec); |
| 106 | stream->write(networking); |
| 107 | } |
| 108 | |
| 109 | void afxPlayerPuppetData::unpackData(BitStream* stream) |
| 110 | { |
nothing calls this directly
no test coverage detected