summaryrefslogtreecommitdiff
path: root/ecs/src/event.rs
AgeCommit message (Expand)Author
2024-08-21refactor(ecs): fix clippy lintsHampusM
2024-08-14feat(ecs): add component added eventHampusM
2024-08-07feat(ecs): add start eventHampusM
2024-04-10chore(ecs): remove Event trait id method & take events by valueHampusM
2024-04-06refactor(ecs): fix Clippy lintsHampusM
2024-04-06feat(ecs): add event loop function to worldHampusM
2024-03-02feat(ecs): add event traitHampusM