summaryrefslogtreecommitdiff
path: root/types.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'types.d.ts')
-rw-r--r--types.d.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/types.d.ts b/types.d.ts
index 4ba17f7..a79c951 100644
--- a/types.d.ts
+++ b/types.d.ts
@@ -23,6 +23,7 @@ export interface Game {
bonuses: number[];
cards_in_play: Record<FactionId, CardId>;
current_events: CardId[];
+ discard: Record<FactionId | 'f', number[]>;
engine: EngineNode[];
fronts: {
a: number;