diff options
Diffstat (limited to 'internal/object/object.go')
| -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 8d1e02e..2dcc4bf 100644 --- a/internal/object/object.go +++ b/internal/object/object.go @@ -29,6 +29,7 @@ type ObjectDef struct { Talk *behavior.TalkConfig `yaml:"talk,omitempty"` Use *behavior.UseConfig `yaml:"use,omitempty"` Safespot *SafespotConfig `yaml:"safespot,omitempty"` + OnLook *behavior.NodeAction `yaml:"on_look,omitempty"` } type SafespotConfig struct { |
