Skip to content
Snippets Groups Projects
Unverified Commit 06cc03e1 authored by Kat Marchán's avatar Kat Marchán
Browse files

fix(prelude): Export ThinkerBuilder from prelude

parent d3e7b39e
No related branches found
No related tags found
No related merge requests found
...@@ -166,7 +166,7 @@ pub mod prelude { ...@@ -166,7 +166,7 @@ pub mod prelude {
pub use actions::{ActionBuilder, ActionState}; pub use actions::{ActionBuilder, ActionState};
pub use pickers::{FirstToScore, Picker}; pub use pickers::{FirstToScore, Picker};
pub use scorers::{AllOrNothing, FixedScore, Score, ScorerBuilder, SumOfScorers}; pub use scorers::{AllOrNothing, FixedScore, Score, ScorerBuilder, SumOfScorers};
pub use thinker::{Actor, Thinker}; pub use thinker::{Actor, Thinker, ThinkerBuilder};
} }
use bevy::prelude::*; use bevy::prelude::*;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment