aboutsummaryrefslogtreecommitdiff
path: root/internal/behavior/doc.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/behavior/doc.go')
-rw-r--r--internal/behavior/doc.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/internal/behavior/doc.go b/internal/behavior/doc.go
new file mode 100644
index 0000000..a1ea45f
--- /dev/null
+++ b/internal/behavior/doc.go
@@ -0,0 +1,4 @@
+// Package behavior defines YAML-driven interactive behaviors for objects and
+// mobs: gathering, talking, using, and the shared condition system. These are
+// data structures — the runtime action lifecycle lives in the game package.
+package behavior