diff options
Diffstat (limited to 'internal/behavior/types.go')
| -rw-r--r-- | internal/behavior/types.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/behavior/types.go b/internal/behavior/types.go index 18d6363..521867a 100644 --- a/internal/behavior/types.go +++ b/internal/behavior/types.go @@ -119,7 +119,7 @@ type TalkData struct { type UseInteractionData struct { Message string - Action *NodeAction + Action *StepAction ObjName string } |
