mirror of
https://github.com/Ukendio/jecs.git
synced 2025-08-04 19:29:18 +00:00
Compare commits
1 commit
f0e4ff5cf3
...
f0972e1922
Author | SHA1 | Date | |
---|---|---|---|
|
f0972e1922 |
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ type Observer = {
|
|||
|
||||
type Monitor = {
|
||||
callback: (jecs.Entity, jecs.Entity) -> (),
|
||||
query: jecs.Query<any>
|
||||
queyr: jecs.Query<any>
|
||||
}
|
||||
|
||||
export type PatchedWorld = jecs.World & {
|
||||
|
|
Loading…
Reference in a new issue