diff options
| author | mat <git@matdoes.dev> | 2023-09-15 17:38:24 -0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-09-15 17:38:24 -0500 |
| commit | a920359c9a8f254bbfb6c1d04f2bda6365c09c6b (patch) | |
| tree | b0224c13433e0e48732c45434ca29f48290ae215 /azalea-client/src/account.rs | |
| parent | b6586d500cc01b790aa11b019cca9a829e3efc27 (diff) | |
| download | azalea-drasl-a920359c9a8f254bbfb6c1d04f2bda6365c09c6b.tar.xz | |
simplify some code related to Account being a component
Diffstat (limited to 'azalea-client/src/account.rs')
| -rwxr-xr-x | azalea-client/src/account.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/azalea-client/src/account.rs b/azalea-client/src/account.rs index 46d0a728..d045cc72 100755 --- a/azalea-client/src/account.rs +++ b/azalea-client/src/account.rs @@ -15,6 +15,8 @@ use uuid::Uuid; /// To join a server using this account, use [`Client::join`] or /// [`azalea::ClientBuilder`]. /// +/// Note that this is also a component that our clients have. +/// /// # Examples /// /// ```rust,no_run |
