diff options
Diffstat (limited to 'azalea-world/src/entity/attributes.rs')
| -rw-r--r-- | azalea-world/src/entity/attributes.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-world/src/entity/attributes.rs b/azalea-world/src/entity/attributes.rs index 6b10a2b4..97b890dc 100644 --- a/azalea-world/src/entity/attributes.rs +++ b/azalea-world/src/entity/attributes.rs @@ -6,7 +6,7 @@ use std::{ }; use azalea_buf::{BufReadError, McBuf, McBufReadable, McBufWritable}; -use azalea_ecs::component::Component; +use bevy_ecs::component::Component; use thiserror::Error; use uuid::{uuid, Uuid}; |
