diff options
| author | HampusM <hampus@hampusmat.com> | 2026-05-23 19:56:41 +0200 |
|---|---|---|
| committer | HampusM <hampus@hampusmat.com> | 2026-05-23 19:56:41 +0200 |
| commit | 8a41f5aeb3ac143d731928d1c343cd9338190f0a (patch) | |
| tree | a7a8bba7e119354abbaa9fff6ec4e16d2f66b829 /engine-ecs/src/event/component.rs | |
| parent | 02afe68342870ce4f37d7e8fb45c985397d6e08d (diff) | |
Diffstat (limited to 'engine-ecs/src/event/component.rs')
| -rw-r--r-- | engine-ecs/src/event/component.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine-ecs/src/event/component.rs b/engine-ecs/src/event/component.rs index 70ea3e5..894fd95 100644 --- a/engine-ecs/src/event/component.rs +++ b/engine-ecs/src/event/component.rs @@ -2,11 +2,11 @@ use std::convert::Infallible; -use crate::Component; use crate::component::{Handle as ComponentHandle, HandleMut as ComponentHandleMut}; use crate::entity::Handle as EntityHandle; use crate::pair::Pair; use crate::system::observer::{EventMatch, Observed}; +use crate::Component; /// Implemented by the relations of component event pairs pub trait EventRelation: Component {} |
