You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 10, 2021. It is now read-only.
I've used this library in multiple projects now, it seems that the most useful part is events. I honestly used MutableObject just a few times and its usefulness even then was questionable. If it turns out that the MutableObject functionality is needed, it can be moved to a separate library as not to bloat this one.
Given this, I think the following steps would make most sense (throughout multiple releases):
Deprecate MutableObject functionality.
Finish up improvements for GameEvent and GameArgumentEvent.
Drop MutableObject functionality.
Rename the repository to something something *Events, as the focus is only on events.