mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-24 17:10:03 +00:00
Compare commits
3 commits
9a8a4cfabc
...
637a9c4f4c
Author | SHA1 | Date | |
---|---|---|---|
|
637a9c4f4c | ||
|
5e6b030fb4 | ||
|
918231a1ad |
1 changed files with 1 additions and 1 deletions
2
jecs.d.ts
vendored
2
jecs.d.ts
vendored
|
@ -258,7 +258,7 @@ export function pair_second<P, O>(world: World, p: Pair<P, O>): Entity<O>;
|
|||
|
||||
export declare const OnAdd: Entity<(e: Entity) => void>;
|
||||
export declare const OnRemove: Entity<(e: Entity) => void>;
|
||||
export declare const OnSet: Entity<(e: Entity, value: unknown) => void>;
|
||||
export declare const OnChange: Entity<(e: Entity, value: unknown) => void>;
|
||||
export declare const ChildOf: Tag;
|
||||
export declare const Wildcard: Entity;
|
||||
export declare const w: Entity;
|
||||
|
|
Loading…
Reference in a new issue