hello would be nice to have a trigger method for general observer not watching a specific entity. current workaround ``` AsyncWorld.apply_command(bevy::ecs::system::command::trigger( MyTriggerEvent )); ```
hello
would be nice to have a trigger method for general observer not watching a specific entity.
current workaround