mirror of
https://github.com/Keyslam-Group/Concord.git
synced 2025-09-02 12:24:11 -04:00
You can remove the component to tell Concord an Entity shouldn't be serialized. It's given automatically on Entity creation, but this can be disabled by changing Entity.SERIALIZE_BY_DEFAULT to false.
5 lines
102 B
Lua
5 lines
102 B
Lua
local PATH = (...):gsub("(%.init)$", "")
|
|
|
|
return {
|
|
serializable = require(PATH..".serializable"),
|
|
}
|