We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa08f44 + f28f9b2 commit b40baa5Copy full SHA for b40baa5
crates/bevy_dogoap/src/planner.rs
@@ -23,6 +23,7 @@ type DatumComponents = Vec<Box<dyn DatumComponent>>;
23
/// Our main struct for handling the planning within Bevy, keeping track of added
24
/// [`Action`]s, [`DatumComponent`]s, and some options for controlling the execution
25
#[derive(Component, Reflect)]
26
+#[reflect(Component)]
27
pub struct Planner {
28
/// Our current state used for planning, updated by [`update_planner_local_state`] which reads
29
/// the current state from our Bevy world and updates it accordingly
0 commit comments