Skip to content

Commit

Permalink
Update world::target for typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
EncodedVenom authored Sep 11, 2024
1 parent 244d799 commit 07efaf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export class World {
* @param relation The Relationship
* @returns The Parent Entity if it exists
*/
target(entity: Entity, relation: Entity): Entity | undefined;
target(entity: Entity, relation: Entity, index: number): Entity | undefined;

/**
* Clears an entity from the world.
Expand Down

0 comments on commit 07efaf3

Please sign in to comment.