Ukendio / jecs

A fast, portable Entity Component System for Luau
https://ukendio.github.io/jecs/
MIT License
146 stars 26 forks source link

fix: `query:archetypes()` didnt take self in type #143

Closed Mark-Marks closed 1 month ago

Mark-Marks commented 1 month ago

Brief Description of your Changes.

Fix the public facing type of query:archetypes() not taking in self, resulting in the type checker erroring when calling it.

Impact of your Changes

Better type checking, no performance changes.

Tests Performed

Edit purely types.

Additional Comments

N/A