aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src/entity.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-client/src/entity.rs')
-rw-r--r--azalea-client/src/entity.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/azalea-client/src/entity.rs b/azalea-client/src/entity.rs
new file mode 100644
index 00000000..ed8aa68d
--- /dev/null
+++ b/azalea-client/src/entity.rs
@@ -0,0 +1,5 @@
+#[derive(Default)]
+pub struct Entity {
+ /// The incremental numerical id of the entity.
+ pub id: u32,
+}