1use crate::{Decode, Encode, Packet, VarInt}; 2 3#[derive(Copy, Clone, Debug, Encode, Decode, Packet)] 4pub struct PlayerActionResponseS2c { 5 pub sequence: VarInt, 6}