summaryrefslogtreecommitdiff
path: root/types.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'types.d.ts')
-rw-r--r--types.d.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/types.d.ts b/types.d.ts
index eda1c59..7c2e648 100644
--- a/types.d.ts
+++ b/types.d.ts
@@ -43,6 +43,10 @@ export interface Game {
* a player becomes active in another players turn.
*/
faction_turn: FactionId | null;
+ /**
+ * First player of current game turn
+ */
+ first_player: FactionId | null;
fronts: {
a: Front;
m: Front;