mirror of
https://github.com/Ukendio/jecs.git
synced 2026-03-18 00:44:32 +00:00
16 lines
No EOL
178 B
Text
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 |