mirror of
https://github.com/Ukendio/jecs.git
synced 2025-07-02 04:59:18 +00:00
infer invariants
This commit is contained in:
parent
15d5c44085
commit
e8575a0db6
1 changed files with 1 additions and 1 deletions
2
jecs.d.ts
vendored
2
jecs.d.ts
vendored
|
@ -134,7 +134,7 @@ export class World {
|
|||
* @param component Target Component
|
||||
* @param value Component Value
|
||||
*/
|
||||
set<TData>(entity: Id, component: Entity<TData>, value: NoInfer<TData>): void;
|
||||
set<TData>(entity: Id, component: Entity<TData>, value: TData): void;
|
||||
|
||||
/**
|
||||
* Removes a component from the given entity
|
||||
|
|
Loading…
Reference in a new issue