mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-24 17:10:03 +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
|
||||
|
||||
type Query = typeof(setmetatable({}, EmptyQuery))
|
||||
export type Query = typeof(setmetatable({}, EmptyQuery))
|
||||
|
||||
function World.query(world: World, ...: i53): Query
|
||||
local compatibleArchetypes = {}
|
||||
|
|
Loading…
Reference in a new issue