diff options
Diffstat (limited to 'src/api/models')
| -rw-r--r-- | src/api/models/othello-game.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/api/models/othello-game.ts b/src/api/models/othello-game.ts index 82c0042108..b9d33007bf 100644 --- a/src/api/models/othello-game.ts +++ b/src/api/models/othello-game.ts @@ -30,6 +30,7 @@ export interface IGame { map: string[]; bw: string | number; is_llotheo: boolean; + can_put_everywhere: boolean; }; } |