ecsyjs / ecsy

Entity Component System for javascript
https://ecsyjs.github.io/ecsy/
MIT License
1.11k stars 115 forks source link

Update types for World.getSystem() to return the type of System requested #218

Closed zeddic closed 4 years ago

zeddic commented 4 years ago

Currently the types for World.getSystem() say it returns a generic System.

This updates the types to clarify that it returns the type of System requested.

fernandojsg commented 4 years ago

Thanks @zeddic