Compare commits

..

1 commit

Author SHA1 Message Date
Clown
bf9a144a71
Merge 96bed9bd7e into 908d83a619 2025-04-01 20:17:13 -04:00

2
jecs.d.ts vendored
View file

@ -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 OnAdd: Entity<(e: Entity) => void>;
export declare const OnRemove: Entity<(e: Entity) => void>; export declare const OnRemove: Entity<(e: Entity) => void>;
export declare const OnChange: Entity<(e: Entity, value: unknown) => void>; export declare const OnSet: Entity<(e: Entity, value: unknown) => void>;
export declare const ChildOf: Tag; export declare const ChildOf: Tag;
export declare const Wildcard: Entity; export declare const Wildcard: Entity;
export declare const w: Entity; export declare const w: Entity;