mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-24 17:10:03 +00:00
Update world::target for typescript
This commit is contained in:
parent
244d799cec
commit
07efaf39e9
1 changed files with 1 additions and 1 deletions
2
src/index.d.ts
vendored
2
src/index.d.ts
vendored
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue