fix(parity): preserve legacy monthly turn ordering

This commit is contained in:
2026-08-15 09:40:14 +00:00
parent 47e629eb4b
commit b9e45c6e76
26 changed files with 393 additions and 58 deletions
@@ -36,6 +36,7 @@ export interface ActionContextWorldState {
currentMonth: number;
tickSeconds: number;
lastTurnTime?: Date;
lastTurnTick?: number;
meta?: Record<string, unknown>;
}