fix: complete reserved nation command parity

This commit is contained in:
2026-07-26 02:28:44 +00:00
parent 398472be11
commit 9ca11f33db
8 changed files with 220 additions and 59 deletions
@@ -28,6 +28,7 @@ export interface ActionContextWorldState {
currentYear: number;
currentMonth: number;
tickSeconds: number;
lastTurnTime?: Date;
meta?: Record<string, unknown>;
}