SimpleIncremental
SimpleIncremental copied to clipboard
PlayerStatsSystem's StatsChanged should be a C# Event and not a GameEvent
Direct dependents on the PlayerStatsSystem will depend on the StatsChanged. To allow for reflection and ease development, it will be more wise to have this as a C# event that can be configured via code, rather than the current GameEvent and configured via GameEventListener.