diff options
Diffstat (limited to 'internal/object')
| -rw-r--r-- | internal/object/object.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/object/object.go b/internal/object/object.go index edee3ab..9e06804 100644 --- a/internal/object/object.go +++ b/internal/object/object.go @@ -4,5 +4,6 @@ type ObjectDef struct { ID string `yaml:"id"` Name string `yaml:"name"` BehaviorID string `yaml:"behavior"` + Hidden bool `yaml:"hidden"` Props map[string]any `yaml:"props"` } |
