From cd4170beb5275fd3acac406a8bd2ee63c1809f9f Mon Sep 17 00:00:00 2001 From: HampusM Date: Fri, 12 Sep 2025 10:16:20 +0200 Subject: refactor(ecs): rename event::component::OnChanged to Changed --- ecs/src/event/component.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ecs/src/event/component.rs') diff --git a/ecs/src/event/component.rs b/ecs/src/event/component.rs index 1bc39b1..421c369 100644 --- a/ecs/src/event/component.rs +++ b/ecs/src/event/component.rs @@ -19,4 +19,4 @@ use crate::Component; // pub struct Removed(Infallible); #[derive(Debug, Component)] -pub struct OnChanged(Infallible); +pub struct Changed(Infallible); -- cgit v1.2.3-18-g5258