Make note about packet names matching packets.json.

This commit is contained in:
Ryan 2022-09-10 17:00:40 -07:00
parent ca4f47c768
commit c15a9361f2

View file

@ -1,6 +1,9 @@
//! Packet definitions and related types.
//!
//! See <https://wiki.vg/Protocol> for more packet documentation.
//!
//! **NOTE**: The names of packets should match the names in `packets.json`
//! where reasonable.
#![macro_use]