diff options
| author | historia <[not public]> | 2026-06-25 15:40:48 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-25 15:40:48 -0400 |
| commit | abd612c15799f604e671e83dc7c410ed2b44185f (patch) | |
| tree | 0597ca92350de73aac2a7cf26b2f2d6595dac0cc /internal/item/doc.go | |
| parent | 2725e2927a1595c7b100d942d1f14146252adeb7 (diff) | |
| download | thehouseoficarus-abd612c15799f604e671e83dc7c410ed2b44185f.tar.gz | |
slop refactor
Diffstat (limited to 'internal/item/doc.go')
| -rw-r--r-- | internal/item/doc.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/internal/item/doc.go b/internal/item/doc.go new file mode 100644 index 0000000..8fef8a7 --- /dev/null +++ b/internal/item/doc.go @@ -0,0 +1,4 @@ +// Package item defines item definitions (ItemDef), equipment stats, weapon +// types, and the ItemStore YAML loader. Items are read from data/items/ on +// demand and cached; editing a YAML takes effect immediately. +package item |
