ループモード実装

This commit is contained in:
syuilo
2018-03-10 21:23:00 +09:00
parent e4aabf9357
commit e6d2cbe6a3
6 changed files with 59 additions and 8 deletions

View File

@@ -31,6 +31,7 @@ export interface IGame {
bw: string | number;
is_llotheo: boolean;
can_put_everywhere: boolean;
looped_board: boolean;
};
}