Skip to content

Commit

Permalink
Fix derive missing Component for the examples (#1890)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mclilzee authored Dec 2, 2024
1 parent 6eb244e commit e3fca5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ struct Player {
name: String,
}

#[derive(Default)]
#[derive(Component, Default)]
enum Team {
#[default]
Red,
Expand Down

0 comments on commit e3fca5e

Please sign in to comment.