| 58 | } |
| 59 | |
| 60 | void RadialImpulseEvent::write( NetConnection*, BitStream *bstream ) |
| 61 | { |
| 62 | mathWrite( *bstream, mPosition ); |
| 63 | bstream->write( mRadius ); |
| 64 | bstream->write( mMagnitude ); |
| 65 | } |
| 66 | |
| 67 | void RadialImpulseEvent::unpack( NetConnection *ps, BitStream *bstream ) |
| 68 | { |