This repository was archived by the owner on Aug 10, 2021. It is now read-only.
This repository was archived by the owner on Aug 10, 2021. It is now read-only.
Split up & simplify library #30
Open
Description
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
andGameArgumentEvent
. - Drop
MutableObject
functionality. - Rename the repository to something something
*Events
, as the focus is only on events.
Metadata
Metadata
Assignees
Labels
No labels