diff options
Diffstat (limited to 'internal/game/doc.go')
| -rw-r--r-- | internal/game/doc.go | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/internal/game/doc.go b/internal/game/doc.go index 97814e9..e276994 100644 --- a/internal/game/doc.go +++ b/internal/game/doc.go @@ -15,8 +15,9 @@ // Actions that take time (gather, use, burn, stoke) tick via // AdvanceActions, called each 600ms tick. // -// Tick handlers: DisconnectTick, RegenTick, WanderTick, WoodcuttingTick, -// and FireTick run each game tick to advance world simulation. +// Tick handlers: ProcessQueuedCommands, DisconnectTick, RegenTick, +// WanderTick, SharedDepletionTick, and FireTick run each game tick to +// advance world simulation. // // File organization: // cmd_*.go — player command handlers (doLook, doMove, doGet, etc.) |
