From b55b45d2ac4ec2f460d89b4f42afb1f464562057 Mon Sep 17 00:00:00 2001 From: Shane <58125798+outofbearspace@users.noreply.github.com> Date: Mon, 29 Apr 2024 19:15:15 -0700 Subject: [PATCH] World type export --- lib/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/init.lua b/lib/init.lua index 9a51dc7..102804d 100644 --- a/lib/init.lua +++ b/lib/init.lua @@ -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