1use steel_macros::{ReadFrom, ServerPacket}; 2 3#[derive(ServerPacket, ReadFrom, Clone, Debug)] 4pub struct SSetCarriedItem { 5 pub slot: i16, 6}