| 107 | } |
| 108 | |
| 109 | void afxPlayerPuppetData::unpackData(BitStream* stream) |
| 110 | { |
| 111 | Parent::unpackData(stream); |
| 112 | |
| 113 | obj_spec = stream->readSTString(); |
| 114 | stream->read(&networking); |
| 115 | } |
| 116 | |
| 117 | void afxPlayerPuppetData::gather_cons_defs(Vector<afxConstraintDef>& defs) |
| 118 | { |
nothing calls this directly
no test coverage detected