Compare commits
No commits in common. "01b2cba80d80d2d8324e4c46eef04402b2b44ed9" and "73ab258f911034147ce23ee5f2ef8c8137029f15" have entirely different histories.
01b2cba80d
...
73ab258f91
1 changed files with 0 additions and 9 deletions
|
@ -1,9 +0,0 @@
|
|||
class Case {
|
||||
constructor(x, y) {
|
||||
this.posX = x;
|
||||
this.posy = y;
|
||||
this.isMine = false;
|
||||
this.number = 0;
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in a new issue