mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-25 01:20:04 +00:00
Compare commits
2 commits
275b4959c8
...
afd95c85aa
Author | SHA1 | Date | |
---|---|---|---|
|
afd95c85aa | ||
|
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 component Target Component
|
||||||
* @param value Component Value
|
* @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
|
* Removes a component from the given entity
|
||||||
|
|
Loading…
Reference in a new issue