PhantasyServer / pso2-protocol-lib

Apache License 2.0
5 stars 1 forks source link

Add documentation to packets #2

Closed AntonnMal closed 5 months ago

AntonnMal commented 6 months ago

Currently most packets in master/develop don't have any documentation. This leads to guesswork about how to respond to packets and when they arrive. This branch seeks to fix those problems (documenting all possible packet responses is probably not worth it, for example look at MapLoadedPacket).

Some docs may be hard to understand, if you have a better idea on how to word it, feel free to comment or create a PR.

Documented stuff:

Once this is merged, we can work on publishing this to crates.io.