From abd612c15799f604e671e83dc7c410ed2b44185f Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Thu, 25 Jun 2026 15:40:48 -0400 Subject: slop refactor --- internal/behavior/doc.go | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 internal/behavior/doc.go (limited to 'internal/behavior/doc.go') 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 -- cgit v1.2.3