Merge pull request #124 from rockerBOO/patch-1

Update networking.md
This commit is contained in:
Alexander Medvedev
2024-10-16 07:38:23 +01:00
committed by GitHub

View File

@@ -33,7 +33,7 @@ You also can see all the information the Packets has which we can either Write o
### Adding a Clientbound Packet
1. Adding a Packet is easy. First you have to dereive serde Serialize for packets.
1. Adding a Packet is easy. First you have to derive serde Serialize for packets.
```rust
#[derive(Serialize)]