diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-03-10 18:22:54 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-03-10 18:22:54 +0900 |
| commit | c8bf30d0d8d8d88ab738f6377ad9b65c961b5d4f (patch) | |
| tree | 0522015b922cd3df410339f4e72785fe16b2f366 /src/api/models | |
| parent | v4086 (diff) | |
| download | sharkey-c8bf30d0d8d8d88ab738f6377ad9b65c961b5d4f.tar.gz sharkey-c8bf30d0d8d8d88ab738f6377ad9b65c961b5d4f.tar.bz2 sharkey-c8bf30d0d8d8d88ab738f6377ad9b65c961b5d4f.zip | |
どこでも置けるモード実装
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; }; } |