azalea_protocol/packets/handshake/
mod.rs

1// NOTE: This file is generated automatically by codegen/packet.py.
2// Don't edit it directly!
3
4use azalea_protocol_macros::declare_state_packets;
5
6declare_state_packets!(HandshakePacket,
7    Clientbound => [
8    ],
9    Serverbound => [
10        intention, // 0x00
11    ]
12);