diff --git a/src/talk.rs b/src/talk.rs index 097fda2..b372ba0 100644 --- a/src/talk.rs +++ b/src/talk.rs @@ -48,10 +48,11 @@ impl Talk { TalkBuilder::default() } } + /// Marker component for the current node in a Talk. #[derive(Component)] #[component(storage = "SparseSet")] -pub(crate) struct CurrentNode; +pub struct CurrentNode; /// An enumeration of the different kinds of actions that can be performed in a Talk. #[derive(Component, Debug, Default, Clone, Hash, Eq, PartialEq, serde::Deserialize)]