mirror of
https://github.com/Keyslam-Group/Concord.git
synced 2025-09-05 22:03:52 -04:00
Serializable component
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.
This commit is contained in:
parent
0b1e26624a
commit
f9f475ce48
4 changed files with 32 additions and 4 deletions
5
concord/builtins/init.lua
Normal file
5
concord/builtins/init.lua
Normal file
|
@ -0,0 +1,5 @@
|
|||
local PATH = (...):gsub("(%.init)$", "")
|
||||
|
||||
return {
|
||||
serializable = require(PATH..".serializable"),
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue