This commit is contained in:
syuilo
2018-03-11 07:07:17 +09:00
parent f838b482bf
commit 98f09ad16c
3 changed files with 253 additions and 55 deletions

View File

@@ -33,6 +33,8 @@ export interface IGame {
can_put_everywhere: boolean;
looped_board: boolean;
};
form1: any;
form2: any;
}
/**