Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into cargo-generate
Browse files Browse the repository at this point in the history
  • Loading branch information
janhohenheim committed Jul 18, 2024
2 parents c2138a1 + f0bbb01 commit 94f2bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/design.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ pub(super) fn plugin(app: &mut App) {
pub struct SpawnMonster;

fn on_spawn_monster(
_trigger: Trigger<SpawnPlayer>,
_trigger: Trigger<SpawnMonster>,
mut commands: Commands,
) {
commands.spawn((
Expand Down

0 comments on commit 94f2bb8

Please sign in to comment.