September Update
Posted one month ago
The scene system got an event system. This allows you to send an event to every Component and GameObjectSystem in the scene.

I decided on making the event system interface based, since it's built into c# and the most versatile.