unity3d.eventmanager
A type-safe event system for Unity3D based on the event listener pattern. More info http://saltydog.digital/usage-pattern-for-a-type-safe-unity-event-system/
A type-safe event system for Unity3D based on the event listener pattern. More info http://saltydog.digital/usage-pattern-for-a-type-safe-unity-event-system/
this package holds two classes `EventSystem`, meant to provide the same functionality as C#'s `event` keyword does, and `Box` to synergize with it. js already has an Event class built in but that class is aimed to be used with html elements where this i