empty query

This commit is contained in:
BlackMATov
2024-11-13 20:30:20 +07:00
parent f28f003393
commit d2112b3a40
2 changed files with 66 additions and 2 deletions

View File

@@ -12,3 +12,9 @@ do
entity:insert(fragments.position)
entity:insert(fragments.velocity)
end
do
local query = registry:query(
fragments.position,
fragments.velocity)
end