Enha: stop timer if turn ended

This commit is contained in:
Grail Finder
2025-07-01 09:38:03 +03:00
parent e6177df5d8
commit 036def3819
7 changed files with 50 additions and 25 deletions

View File

@ -14,4 +14,5 @@ var (
NotifyRoomUpdatePrefix = "roomupdate_"
NotifyBacklogPrefix = "backlog_"
NotifyJournalPrefix = "journal_"
NotifyTurnTimerPrefix = "turntimer_"
)