From e6d2cbe6a3331894dca198e006c1c4c02c3f3d69 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 10 Mar 2018 21:23:00 +0900 Subject: ループモード実装 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/models/othello-game.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/api/models') 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; }; } -- cgit v1.2.3-freya