diff options
Diffstat (limited to 'azalea-client/src')
| -rw-r--r-- | azalea-client/src/account.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azalea-client/src/account.rs b/azalea-client/src/account.rs index 94e84ab8..fc34d6c4 100644 --- a/azalea-client/src/account.rs +++ b/azalea-client/src/account.rs @@ -6,6 +6,7 @@ use tokio::sync::mpsc::UnboundedReceiver; use uuid::Uuid; /// Something that can join Minecraft servers. +#[derive(Clone, Debug)] pub struct Account { pub username: String, /// The access token for authentication. You can obtain one of these |
