3mcd / javelin

ECS and multiplayer game development toolkit
https://javelin.games
198 stars 16 forks source link

Trigger components not typecast correctly #154

Closed 3mcd closed 3 years ago

3mcd commented 3 years ago

Components yielded by triggers are currently automatically cast to unknown. The TriggerIteratee type should be made generic to fix this issue.