mirror of
https://github.com/Tribufu/rust-gamedig
synced 2026-08-09 07:01:06 +00:00
Move TimeoutSettings to be a type that can be used by multiple protocols
This commit is contained in:
parent
f04c883269
commit
974e093e23
4 changed files with 54 additions and 49 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue