add GameMove model
This commit is contained in:
parent
bd1b6dbb95
commit
c18503a132
3
src/models/GameMove.ts
Normal file
3
src/models/GameMove.ts
Normal file
@ -0,0 +1,3 @@
|
||||
export interface GameMove {
|
||||
index: number;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user