NSSTC / sim-ecs

Batteries included TypeScript ECS
https://nsstc.github.io/sim-ecs/
Mozilla Public License 2.0
84 stars 12 forks source link

Systems cannot access World safely #8

Closed minecrawler closed 4 years ago

minecrawler commented 4 years ago

Implement a new SystemWorld type, which strips dangerous methods from World (like maintain()) and will be used for passing World into a System.