Sync to upstream Jecs 0.6.0-nightly.20250528T001102Z

This commit is contained in:
forgejo-actions 2025-05-28 00:11:20 +00:00 committed by github-actions[bot]
parent da52ef2309
commit 2988326260
8 changed files with 14 additions and 12 deletions

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