mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-25 09:30:03 +00:00
Match API
This commit is contained in:
parent
8f72482faf
commit
a1b82c7e3b
1 changed files with 3 additions and 2 deletions
5
lib/index.d.ts
vendored
5
lib/index.d.ts
vendored
|
@ -133,9 +133,10 @@ export class World {
|
|||
|
||||
export const pair: (pred: Entity, obj: Entity) => Entity;
|
||||
|
||||
export const IS_PAIR: (e: Entity) => boolean;
|
||||
|
||||
export const OnAdd: Entity;
|
||||
export const OnRemove: Entity;
|
||||
export const OnSet: Entity;
|
||||
export const Wildcard: Entity;
|
||||
export const w: Entity;
|
||||
export const REST: Entity;
|
||||
export const Rest: Entity;
|
Loading…
Reference in a new issue