gamedig / rust-gamedig

Game Server Query Library.
https://crates.io/crates/gamedig
MIT License
39 stars 12 forks source link

chore: extract jc2m into multiple files #171

Closed CosminPerRam closed 9 months ago

CosminPerRam commented 9 months ago

While making #135 I've seen that having everything of a proprietary protocol in a single file was being a bit too cluttered and I've extracted stuff into multiple files (types and protocol).

This would also apply for FFOW and The Ship, but I've decided to take some opinions on it.

This PR also makes all of jc2m's response and player fields public.