Skip to content

Commit b40baa5

Browse files
authored
Merge pull request #2 from ogghead/reflect_component
Reflect planner component
2 parents aa08f44 + f28f9b2 commit b40baa5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/bevy_dogoap/src/planner.rs

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ type DatumComponents = Vec<Box<dyn DatumComponent>>;
2323
/// Our main struct for handling the planning within Bevy, keeping track of added
2424
/// [`Action`]s, [`DatumComponent`]s, and some options for controlling the execution
2525
#[derive(Component, Reflect)]
26+
#[reflect(Component)]
2627
pub struct Planner {
2728
/// Our current state used for planning, updated by [`update_planner_local_state`] which reads
2829
/// the current state from our Bevy world and updates it accordingly

0 commit comments

Comments
 (0)