diff options
Diffstat (limited to 'types.d.ts')
-rw-r--r-- | types.d.ts | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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; |