ループモード実装
This commit is contained in:
parent
e4aabf9357
commit
e6d2cbe6a3
6 changed files with 59 additions and 8 deletions
|
|
@ -31,6 +31,7 @@ export interface IGame {
|
|||
bw: string | number;
|
||||
is_llotheo: boolean;
|
||||
can_put_everywhere: boolean;
|
||||
looped_board: boolean;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue