aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/packets/handshake/mod.rs
blob: 79dc583d824e03d94751fad0ec3bf626598b42d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// NOTE: This file is generated automatically by codegen/packet.py.
// Don't edit it directly!

use azalea_protocol_macros::declare_state_packets;

declare_state_packets!(HandshakePacket,
    Clientbound => [
    ],
    Serverbound => [
        intention, // 0x00
    ]
);