Skip to content

Commit

Permalink
Merge pull request #2 from ogghead/reflect_component
Browse files Browse the repository at this point in the history
Reflect planner component
  • Loading branch information
victorb authored Sep 14, 2024
2 parents aa08f44 + f28f9b2 commit b40baa5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/bevy_dogoap/src/planner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ type DatumComponents = Vec<Box<dyn DatumComponent>>;
/// Our main struct for handling the planning within Bevy, keeping track of added
/// [`Action`]s, [`DatumComponent`]s, and some options for controlling the execution
#[derive(Component, Reflect)]
#[reflect(Component)]
pub struct Planner {
/// Our current state used for planning, updated by [`update_planner_local_state`] which reads
/// the current state from our Bevy world and updates it accordingly
Expand Down

0 comments on commit b40baa5

Please sign in to comment.