mirror of
https://github.com/Ukendio/jecs.git
synced 2025-06-20 00:09:18 +00:00
commit
3b0ce599ef
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ type Observer = {
|
|||
|
||||
type Monitor = {
|
||||
callback: (jecs.Entity, jecs.Entity) -> (),
|
||||
queyr: jecs.Query<any>
|
||||
query: jecs.Query<any>
|
||||
}
|
||||
|
||||
export type PatchedWorld = jecs.World & {
|
||||
|
|
Loading…
Reference in a new issue