aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/packets/handshake/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-protocol/src/packets/handshake/mod.rs')
-rwxr-xr-xazalea-protocol/src/packets/handshake/mod.rs12
1 files changed, 12 insertions, 0 deletions
diff --git a/azalea-protocol/src/packets/handshake/mod.rs b/azalea-protocol/src/packets/handshake/mod.rs
new file mode 100755
index 00000000..90a312e7
--- /dev/null
+++ b/azalea-protocol/src/packets/handshake/mod.rs
@@ -0,0 +1,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,
+ ]
+);