feat: complete legacy general turn compatibility

This commit is contained in:
2026-07-25 08:15:19 +00:00
parent 7ed1b5df7f
commit 79257e8559
68 changed files with 2466 additions and 970 deletions
@@ -28,6 +28,7 @@ export interface ActionContextWorldState {
currentYear: number;
currentMonth: number;
tickSeconds: number;
meta?: Record<string, unknown>;
}
export interface ActionContextWorldRef {