World type export

This commit is contained in:
Shane 2024-04-29 19:15:15 -07:00 committed by GitHub
parent 7e110a7487
commit b55b45d2ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -192,7 +192,7 @@ local function onNotifyAdd(world, archetype, otherArchetype, row: number, added:
end
type World = typeof(World.new())
export type World = typeof(World.new())
local function ensureArchetype(world: World, types, prev)
if #types < 1 then