Closed foodelevator closed 2 years ago
Add a way to buffer some actions to be performed on the World at a later stage when possible.
World
This will make it possible to for example remove certain entities while looping over them.
Todo:
Entity
The current API when creating a Commands is not very nice, but there were some borrow checking problems that had to be solved.
Commands
Add a way to buffer some actions to be performed on the
World
at a later stage when possible.This will make it possible to for example remove certain entities while looping over them.
Todo:
Entity
being spawned