PROMETHIA-27
PROMETHIA-27
The way Bevy events work, if I recall correctly, is to create a normal resource called something like EventQueue, which can be accessed normally like `Res`. Then they create two...
Just wanted to add that I also support making all commands infallible. I'm already having to roll `try_` variants for every command i want to use because in my case...
I tried to make it a null object, but that doesn't work, it can just ignore the null object's position. I think this is due to null object update order...