From e5b5990549a2de8a8de4729bc62517f39f3101c8 Mon Sep 17 00:00:00 2001 From: HampusM Date: Sat, 6 Apr 2024 13:52:13 +0200 Subject: chore(ecs): change Action visibility to pub(crate) --- ecs/src/actions.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ecs') diff --git a/ecs/src/actions.rs b/ecs/src/actions.rs index 4507e71..c58b06b 100644 --- a/ecs/src/actions.rs +++ b/ecs/src/actions.rs @@ -60,7 +60,7 @@ unsafe impl<'world> SystemParam<'world> for Actions<'world> /// A action for a [`System`] to perform. #[derive(Debug)] -pub enum Action +pub(crate) enum Action { Spawn(Vec>), } -- cgit v1.2.3-18-g5258