Add more implementations, make lib more extensible
Edvinas01 opened this issue · 0 comments
Edvinas01 commented
- Currently implementations for primitive types exist such as
MutableInt,IntGameEvent, etc. More common cases exist which could also be added in the package as built-in events or mutable objects. - Add ability to give descriptions to events, update inspector GUI.
- Make package classes more extensible so they could be overridden and etc (where it makes sense).