aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src/entity.rs
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-06-17 20:46:16 -0500
committermat <github@matdoes.dev>2022-06-17 20:46:16 -0500
commitf993e79a7e6acc7aadd1e6cf9462d7a3e2c3ac3e (patch)
tree43968ba301274358a74399a5ed3d73f5204e7046 /azalea-client/src/entity.rs
parentfcdb6d31eeb93887caae104724b230196a0fc5bc (diff)
downloadazalea-drasl-f993e79a7e6acc7aadd1e6cf9462d7a3e2c3ac3e.tar.xz
Create azalea-entity
Diffstat (limited to 'azalea-client/src/entity.rs')
-rw-r--r--azalea-client/src/entity.rs8
1 files changed, 0 insertions, 8 deletions
diff --git a/azalea-client/src/entity.rs b/azalea-client/src/entity.rs
deleted file mode 100644
index d91f556f..00000000
--- a/azalea-client/src/entity.rs
+++ /dev/null
@@ -1,8 +0,0 @@
-use azalea_core::EntityPos;
-
-#[derive(Default, Debug)]
-pub struct Entity {
- /// The incremental numerical id of the entity.
- pub id: u32,
- pub pos: EntityPos,
-}