summaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
authorjbion <joffrey.bion@amadeus.com>2019-02-27 22:50:06 +0100
committerjbion <joffrey.bion@amadeus.com>2019-02-28 11:49:04 +0100
commit0402dcc9f2bacc5445748ad8633262fedbf5b5ad (patch)
tree9d1ff78f63ccb98cd2b5c441daf4c6bfdb0946b6 /frontend
parentSimplify state and reducers (diff)
downloadseven-wonders-0402dcc9f2bacc5445748ad8633262fedbf5b5ad.tar.gz
seven-wonders-0402dcc9f2bacc5445748ad8633262fedbf5b5ad.tar.bz2
seven-wonders-0402dcc9f2bacc5445748ad8633262fedbf5b5ad.zip
Add prepared move in turnInfo
Diffstat (limited to 'frontend')
-rw-r--r--frontend/src/api/model.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/src/api/model.js b/frontend/src/api/model.js
index cd718ff1..78846afd 100644
--- a/frontend/src/api/model.js
+++ b/frontend/src/api/model.js
@@ -119,6 +119,7 @@ export type ApiPlayerTurnInfo = {
currentAge: number,
action: ApiAction,
hand: ApiHandCard[],
+ playedMove: ApiPlayedMove | null,
neighbourGuildCards: ApiTableCard[],
message: string,
wonderBuildability: ApiWonderBuildability,
bgstack15