diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-03-11 07:07:17 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-03-11 07:07:22 +0900 |
| commit | 98f09ad16c8dbdfedfb1a517203f84e584fb0bee (patch) | |
| tree | ba136e84adb52a83ea6d5786d0f2e4232799d7a9 /src/api/models | |
| parent | Merge pull request #1233 from syuilo/othello-lack-of-black-map (diff) | |
| download | sharkey-98f09ad16c8dbdfedfb1a517203f84e584fb0bee.tar.gz sharkey-98f09ad16c8dbdfedfb1a517203f84e584fb0bee.tar.bz2 sharkey-98f09ad16c8dbdfedfb1a517203f84e584fb0bee.zip | |
:v:
Diffstat (limited to 'src/api/models')
| -rw-r--r-- | src/api/models/othello-game.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/api/models/othello-game.ts b/src/api/models/othello-game.ts index a8c3025108..ab90cffa44 100644 --- a/src/api/models/othello-game.ts +++ b/src/api/models/othello-game.ts @@ -33,6 +33,8 @@ export interface IGame { can_put_everywhere: boolean; looped_board: boolean; }; + form1: any; + form2: any; } /** |