[Protocol] Moved GS1 under gamespy::one instead of gamespy

This commit is contained in:
CosminPerRam 2023-04-28 19:49:52 +03:00
parent c5fd58f794
commit 780d42067e
6 changed files with 11 additions and 17 deletions

View file

@ -1,5 +1,2 @@
pub mod one;
pub mod three;
pub use one::*;
pub use three::*;

View file

@ -1,7 +1,6 @@
use crate::bufferer::{Bufferer, Endianess};
use crate::protocols::gamespy::common::has_password;
use crate::protocols::gamespy::three::{Player, Response};
use crate::protocols::gamespy::Team;
use crate::protocols::gamespy::three::{Player, Response, Team};
use crate::protocols::types::TimeoutSettings;
use crate::socket::{Socket, UdpSocket};
use crate::{GDError, GDResult};