Update src/jecs.d.ts

Co-authored-by: dai <contact@daimond113.com>
This commit is contained in:
kuro 2026-04-21 14:36:33 -04:00 committed by GitHub
parent 7824c1aa55
commit 0254dd73be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
src/jecs.d.ts vendored
View file

@ -161,7 +161,7 @@ export class World {
* @param entity The entity using a relationship pair. * @param entity The entity using a relationship pair.
* @param relation The "relationship" component/tag * @param relation The "relationship" component/tag
*/ */
targets(entity: Entity, relation: Entity): Iter<Entity> targets(entity: Entity, relation: Entity): IterFn<[]>
/** /**
* Deletes an entity (and its components/relationships) from the world entirely. * Deletes an entity (and its components/relationships) from the world entirely.