diff --git a/jecs.d.ts b/jecs.d.ts index eed8b79..7e53388 100644 --- a/jecs.d.ts +++ b/jecs.d.ts @@ -258,7 +258,7 @@ export function pair_second(world: World, p: Pair): Entity; 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;