summaryrefslogtreecommitdiff
path: root/src/api/models
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/models')
-rw-r--r--src/api/models/othello-game.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/api/models/othello-game.ts b/src/api/models/othello-game.ts
index b9d33007bf..a8c3025108 100644
--- a/src/api/models/othello-game.ts
+++ b/src/api/models/othello-game.ts
@@ -31,6 +31,7 @@ export interface IGame {
bw: string | number;
is_llotheo: boolean;
can_put_everywhere: boolean;
+ looped_board: boolean;
};
}