public void Read(BinaryReader reader) { grappling = reader.ReadBoolean(); grapplepos.Read(reader); position.Read(reader); velocity.Read(reader); }