Skip to content

Commit

Permalink
Merge pull request #124 from rockerBOO/patch-1
Browse files Browse the repository at this point in the history
Update networking.md
  • Loading branch information
Snowiiii authored Oct 16, 2024
2 parents a99aa0c + 088d254 commit e222feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer/networking.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down

0 comments on commit e222feb

Please sign in to comment.