mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-25 01:20:04 +00:00
Compare commits
2 commits
c48baa02d9
...
9514138b10
Author | SHA1 | Date | |
---|---|---|---|
|
9514138b10 | ||
|
a2a9d080b9 |
1 changed files with 4 additions and 0 deletions
4
jecs.d.ts
vendored
4
jecs.d.ts
vendored
|
@ -61,6 +61,10 @@ export type Query<T extends unknown[]> = {
|
|||
* @returns Modified Query
|
||||
*/
|
||||
without(...components: Id[]): Query<T>;
|
||||
/**
|
||||
* Caches the query
|
||||
*/
|
||||
cached(): Query<T>;
|
||||
} & Iter<T>;
|
||||
|
||||
export class World {
|
||||
|
|
Loading…
Reference in a new issue