diff options
Diffstat (limited to 'types.d.ts')
-rw-r--r-- | types.d.ts | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -57,6 +57,11 @@ export interface Game { hero_points: number[]; initiative: FactionId; medallions: number[][]; + /** + * Set to FactionId if player has earned the Momentum medallion + * during the current turn + */ + momentum: FactionId | null; played_card: CardId | null; player_order: Player[]; selected_cards: CardId[][]; |