diff options
| author | mat <github@matdoes.dev> | 2022-05-07 11:22:03 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-05-07 11:22:03 -0500 |
| commit | 79bf5771303c70115cba09ac55c7b7a2d3e32091 (patch) | |
| tree | db0b42f593cc45ca0a4f82f73a8bf8a116d3c693 /azalea-protocol/src/connect.rs | |
| parent | 34058b25283947137216964462a1370d08010066 (diff) | |
| download | azalea-drasl-79bf5771303c70115cba09ac55c7b7a2d3e32091.tar.xz | |
clientbound add player packet
Diffstat (limited to 'azalea-protocol/src/connect.rs')
| -rwxr-xr-x | azalea-protocol/src/connect.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azalea-protocol/src/connect.rs b/azalea-protocol/src/connect.rs index e9d898d6..67771d8e 100755 --- a/azalea-protocol/src/connect.rs +++ b/azalea-protocol/src/connect.rs @@ -10,6 +10,7 @@ use crate::ServerIpAddress; use azalea_crypto::{Aes128CfbDec, Aes128CfbEnc}; use tokio::net::TcpStream; +#[derive(Debug, Clone, Copy)] pub enum PacketFlow { ClientToServer, ServerToClient, |
