Skip to content

Commit

Permalink
feat(prelude): Add ScorerEnt and ActionEnt to the prelude
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Sep 21, 2022
1 parent fc30e75 commit 08b0598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ pub mod prelude {
pub use scorers::{
AllOrNothing, FixedScore, ProductOfScorers, Score, ScorerBuilder, SumOfScorers, WinningScorer,
};
pub use thinker::{Actor, Thinker, ThinkerBuilder};
pub use thinker::{Actor, ActionEnt, ScorerEnt, Thinker, ThinkerBuilder};
}

use bevy::prelude::*;
Expand Down

0 comments on commit 08b0598

Please sign in to comment.