-
Would |
Beta Was this translation helpful? Give feedback.
Answered by
DJMcNab
Aug 29, 2021
Replies: 1 comment 2 replies
-
You should be able to send an fn exit_app_system(mut writer: EventWriter<AppExit>){
writer.send(AppExit);
} |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
enbugger
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should be able to send an
AppExit
event, i.e.