Compare commits

..

1 commit

Author SHA1 Message Date
Ajay
9a8a4cfabc
Merge 918231a1ad into 908d83a619 2025-03-30 17:24:20 -07: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;