feat: migrate diplomacy logic to new module and update imports

This commit is contained in:
2026-01-04 06:01:16 +00:00
parent d7840a2681
commit c23b370f40
7 changed files with 40 additions and 28 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ import { finalizeLogEntry, type LogEntryDraft } from '@sammo-ts/logic';
import type { TurnDaemonHooks } from '../lifecycle/types.js';
import type { InMemoryTurnWorld } from './inMemoryWorld.js';
import type { InMemoryReservedTurnStore } from './reservedTurnStore.js';
import { buildDiplomacyMeta } from './diplomacy.js';
import { buildDiplomacyMeta } from '@sammo-ts/logic';
export interface DatabaseTurnHooks {
hooks: TurnDaemonHooks;