aboutsummaryrefslogtreecommitdiff
path: root/azalea-entity/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-entity/src/lib.rs')
-rw-r--r--azalea-entity/src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/azalea-entity/src/lib.rs b/azalea-entity/src/lib.rs
index c2553102..dbec425b 100644
--- a/azalea-entity/src/lib.rs
+++ b/azalea-entity/src/lib.rs
@@ -353,6 +353,8 @@ pub struct PlayerBundle {
/// A marker component that signifies that this entity is "local" and shouldn't
/// be updated by other clients.
+///
+/// If this is for a client then all of our clients will have this.
#[derive(Component)]
pub struct LocalEntity;