From 227ba5511d50af8c7c46a47e09db7f55a0ed84b7 Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 16 Dec 2021 17:51:05 -0600 Subject: add a few more login packets --- azalea-auth/src/lib.rs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 azalea-auth/src/lib.rs (limited to 'azalea-auth/src/lib.rs') diff --git a/azalea-auth/src/lib.rs b/azalea-auth/src/lib.rs new file mode 100644 index 00000000..773ea1d9 --- /dev/null +++ b/azalea-auth/src/lib.rs @@ -0,0 +1,3 @@ +//! Handle Minecraft authentication. + +pub mod game_profile; -- cgit v1.2.3