dlom / bevy-async-ecs

Bevy Async ECS
https://docs.rs/bevy-async-ecs
MIT License
19 stars 4 forks source link

make system id's public #7

Closed databasedav closed 5 months ago

databasedav commented 5 months ago

addresses https://github.com/dlom/bevy-async-ecs/issues/5#issuecomment-2119180363

dlom commented 5 months ago

Hi, thank you for your contribution. I have created a safer API to properly unregister and clean up systems described here. This way intends to prevent scenarios where a user might have an invalid SystemId.