1use crate::{packet_id, Decode, Encode, Packet}; 2 3#[derive(Copy, Clone, Debug, Encode, Decode, Packet)] 4#[packet(id = packet_id::BUNDLE_SPLITTER)] 5pub struct BundleSplitterS2c;