Created
October 18, 2025 17:32
-
-
Save SteffenBlake/75c6bebeca0136229ae6300b9f2eb70f to your computer and use it in GitHub Desktop.
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Example code showing how I consume from a StackedSubject:
PauseModel.Instance!.ShowPauseMenuis an Observable bool that controls, well, its self documenting lolInputModel.Instance!.CancelPressedis the StackedSubject that fires off whenever the cancel button has been pressed.