mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 14:26:04 +00:00
remove unused structs
This commit is contained in:
parent
0c2ce00bae
commit
637e0e0984
1 changed files with 0 additions and 5 deletions
|
@ -13,11 +13,6 @@ use std::fmt::Debug;
|
|||
use std::marker::PhantomData;
|
||||
use tokio::net::TcpStream;
|
||||
|
||||
pub struct Handshake;
|
||||
pub struct Game;
|
||||
pub struct Status;
|
||||
pub struct Login;
|
||||
|
||||
pub struct Connection<R: ProtocolPacket, W: ProtocolPacket> {
|
||||
/// The buffered writer
|
||||
pub stream: TcpStream,
|
||||
|
|
Loading…
Add table
Reference in a new issue