diff options
Diffstat (limited to 'internal/combat/doc.go')
| -rw-r--r-- | internal/combat/doc.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/internal/combat/doc.go b/internal/combat/doc.go new file mode 100644 index 0000000..aac6f32 --- /dev/null +++ b/internal/combat/doc.go @@ -0,0 +1,4 @@ +// Package combat tracks in-progress combat engagements (one player per mob) +// and provides the classic attack-roll, hit-chance, and damage formulas. The +// Tracker struct replaces the previous package-level globals. +package combat |
