mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-25 01:20:04 +00:00
export Query type
This commit is contained in:
parent
e2d1156f72
commit
1b1ae947d9
1 changed files with 1 additions and 1 deletions
|
@ -361,7 +361,7 @@ local EmptyQuery = {
|
||||||
}
|
}
|
||||||
EmptyQuery.__index = EmptyQuery
|
EmptyQuery.__index = EmptyQuery
|
||||||
|
|
||||||
type Query = typeof(setmetatable({}, EmptyQuery))
|
export type Query = typeof(setmetatable({}, EmptyQuery))
|
||||||
|
|
||||||
function World.query(world: World, ...: i53): Query
|
function World.query(world: World, ...: i53): Query
|
||||||
local compatibleArchetypes = {}
|
local compatibleArchetypes = {}
|
||||||
|
|
Loading…
Reference in a new issue