summaryrefslogtreecommitdiff
path: root/src/api/models
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-03-10 21:23:00 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-03-10 21:23:00 +0900
commite6d2cbe6a3331894dca198e006c1c4c02c3f3d69 (patch)
treecf7b36537230a0c1e25f9d13ae98d569ff1c5e7f /src/api/models
parentv4088 (diff)
downloadsharkey-e6d2cbe6a3331894dca198e006c1c4c02c3f3d69.tar.gz
sharkey-e6d2cbe6a3331894dca198e006c1c4c02c3f3d69.tar.bz2
sharkey-e6d2cbe6a3331894dca198e006c1c4c02c3f3d69.zip
ループモード実装
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;
};
}