mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +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
|
|
@ -1,7 +1,8 @@
|
|||
use std::net::UdpSocket;
|
||||
use bzip2_rs::decoder::Decoder;
|
||||
use crate::{GDError, GDResult};
|
||||
use crate::protocols::valve::{App, ModData, SteamID, TimeoutSettings};
|
||||
use crate::protocols::types::TimeoutSettings;
|
||||
use crate::protocols::valve::{App, ModData, SteamID};
|
||||
use crate::protocols::valve::types::{Environment, ExtraData, GatheringSettings, Request, Response, Server, ServerInfo, ServerPlayer, ServerRule, TheShip};
|
||||
use crate::utils::{buffer, complete_address, u8_lower_upper};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue