[Generic] Add missing derives to types

This commit is contained in:
CosminPerRam 2023-10-08 19:45:24 +03:00
parent 7164ab5f64
commit 1e083c2df7
2 changed files with 15 additions and 7 deletions

View file

@ -7,6 +7,10 @@ Protocols:
- Minecraft Java: Add derives to `RequestSettings` and add `new_just_hostname` that creates new settings just by specifying
the hostname, `protocol_version` defaults to -1.
Generics:
- Added derives to `GenericResponse` (serde), `GenericPlayer` (serde), `ProprietaryProtocol`, `CommonResponseJson`,
`CommonPlayerJson`, `TimeoutSettings`, `ExtraRequestSettings`.
### Breaking...
None, yaay!