Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 299 Bytes

File metadata and controls

3 lines (3 loc) · 299 Bytes
  • SendMessage substitute for global messaging without object references;
  • To subscribe to event, one must AddListener to event string and provide a callback method (f.e. OnEnable );
  • To unsubscribe to event, one must RemoveListener to event string and provide a callback method (f.e. OnDisable );