summaryrefslogtreecommitdiff
path: root/src/api/models
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-03-10 18:22:54 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-03-10 18:22:54 +0900
commitc8bf30d0d8d8d88ab738f6377ad9b65c961b5d4f (patch)
tree0522015b922cd3df410339f4e72785fe16b2f366 /src/api/models
parentv4086 (diff)
downloadsharkey-c8bf30d0d8d8d88ab738f6377ad9b65c961b5d4f.tar.gz
sharkey-c8bf30d0d8d8d88ab738f6377ad9b65c961b5d4f.tar.bz2
sharkey-c8bf30d0d8d8d88ab738f6377ad9b65c961b5d4f.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 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;
};
}