Created
November 11, 2020 20:36
-
-
Save extrawurst/619521cc99de0566a17b700532f2380c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
struct MessageType {} | |
bus.Subscribe<MessageType>(()=>Debug.Log("Msg received")); | |
bus.Fire<MessageType>(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment