Merge pull request #230 from Tazmondo/main

Fix typo in observers addon
This commit is contained in:
EncodedVenom 2025-05-27 14:37:14 -04:00 committed by GitHub
commit 3b0ce599ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 & {