jecs/modules/Jabby/server/public.luau
2026-02-18 01:39:54 +01:00

16 lines
No EOL
178 B
Text

--[[
anything in here is considered "public" and will be visible to jabby clients
]]
local self = {
updated = false,
} :: {
updated: boolean,
[number]: any
}
return self