1
2
Fork 0
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:
mat 2022-07-29 16:29:57 -05:00
parent 0c2ce00bae
commit 637e0e0984

View file

@ -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,