fix(parity): preserve legacy monthly turn ordering
This commit is contained in:
@@ -36,6 +36,7 @@ export interface ActionContextWorldState {
|
||||
currentMonth: number;
|
||||
tickSeconds: number;
|
||||
lastTurnTime?: Date;
|
||||
lastTurnTick?: number;
|
||||
meta?: Record<string, unknown>;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user