jecs/modules/Jabby/server/public.luau

16 lines
178 B
Text
Raw Normal View History

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