Move TimeoutSettings to be a type that can be used by multiple protocols

This commit is contained in:
CosminPerRam 2022-11-16 00:06:13 +02:00
parent f04c883269
commit 974e093e23
4 changed files with 54 additions and 49 deletions

View file

@ -6,3 +6,5 @@
/// Reference: [Server Query](https://developer.valvesoftware.com/wiki/Server_queries)
pub mod valve;
/// General types that are used by all protocols.
pub mod types;